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:
Fintan Halpenny 2023-02-14 09:22:29 +00:00 committed by Alexis Sellier
parent b29ce1a222
commit f5a161e4fe
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ pub const HELP: Help = Help {
Usage
rad patch
rad patch list
rad patch show <id>
rad patch open [<option>...]
rad patch update <id> [<option>...]