cli/unblock: Use clap
Since rad block and rad unblock share the same argument type, a new
module is introduced that adds a BlockTarget.
The new argument type is then used to migrate rad unblock to clap.
Since rad block and rad unblock share the same argument type, a new
module is introduced that adds a BlockTarget.
The new argument type is then used to migrate rad unblock to clap.
REVIEW
Changes:
- Rebase
- Squash review commits
- Use
terminal/args.rsinstead of adding a new module
Changes:
- Rebase
- Use
value_name = "RID|NID"to mirrorblock - Add doc comment to
BlockTarget