Lorenz Leutgeb
8bac24d6ab
rust/edition/fmt: 2021 → 2024
...
Reformat code with `rustfmt`, now that the edition changed from
Rust 2021 to Rust 2024.
2026-03-30 16:57:51 +02:00
Fintan Halpenny
d41ac59828
cli/help: remove the help module
...
The `help` module is no longer needed, since `clap` handles that.
This meant that the re-exports of each command's `ABOUT` could be removed and
the `const`s can now be private.
2025-11-01 11:20:43 +01:00
Erik Kundt
faf19af9de
cli: Share common argument types used in `(un)block`
...
Since `rad block` and `rad unblock` share the same argument type,
`BlockTarget` is moved to the exising `terminal/args.rs` module.
2025-10-16 15:31:47 +01:00
Erik Kundt
2e77d5ef4d
cli/block: Improve example values for target argument
...
This visual representation follows the one that `clap` is generating
for defaults and possible values.
2025-10-07 15:01:57 +02:00
Lorenz Leutgeb
6d698bb794
cli/block: Use clap
2025-10-07 14:20:13 +02:00