radicle-heartwood-lfs/radicle-cli
Fintan Halpenny 1af9480b08
cli: Move label commands to `issue` and `patch`
It is more natural for the label and unlabel commands to exist as
subcommands of the object they are labelling, i.e. issues and
patches.

Remove the `rad label` and `rad unlabel` commands, moving their
functionality to the `rad issue` and `rad patch` commands. The
`rad-issue.md` and `rad-patch.md` tests are modified to include a
label test.

The `rad patch show` command did not support showing labels as part of
its output. This was also included to confirm the test above was working.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
2023-11-30 14:02:37 +01:00
..
examples cli: Move label commands to `issue` and `patch` 2023-11-30 14:02:37 +01:00
src cli: Move label commands to `issue` and `patch` 2023-11-30 14:02:37 +01:00
tests cli: Move label commands to `issue` and `patch` 2023-11-30 14:02:37 +01:00
Cargo.toml cli: Add `rad config` command 2023-11-30 10:46:32 +01:00