summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/argv.go b/argv.go
index 524b7bb..3d0b617 100644
--- a/argv.go
+++ b/argv.go
@@ -37,8 +37,9 @@ type EmptyCmd struct {
type testCmd string
type PatchCmd struct {
- List *EmptyCmd `arg:"subcommand:list" help:"list available patches"`
- Show *EmptyCmd `arg:"subcommand:show" help:"show a specific patch"`
+ List *EmptyCmd `arg:"subcommand:list" help:"list available patches"`
+ Show *EmptyCmd `arg:"subcommand:show" help:"show a specific patch"`
+ Submit string `arg:"--submit" help:"name of patchset"`
}
type ConfigAddCmd struct {