cli: add missing patch commands
The `list` and `show` commands were missing from the HELP message. Add them to the HELP message. Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com> X-Clacks-Overhead: GNU Terry Pratchett
This commit is contained in:
parent
b29ce1a222
commit
f5a161e4fe
|
|
@ -28,6 +28,8 @@ pub const HELP: Help = Help {
|
||||||
Usage
|
Usage
|
||||||
|
|
||||||
rad patch
|
rad patch
|
||||||
|
rad patch list
|
||||||
|
rad patch show <id>
|
||||||
rad patch open [<option>...]
|
rad patch open [<option>...]
|
||||||
rad patch update <id> [<option>...]
|
rad patch update <id> [<option>...]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue