diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -66,7 +66,8 @@ type PatchCmd struct { List *EmptyCmd `arg:"subcommand:list" help:"your downloaded patchsets"` Get *EmptyCmd `arg:"subcommand:get" help:"get the new patchsets"` Show *EmptyCmd `arg:"subcommand:show" help:"your pending commits to your code"` - Submit *SubmitCmd `arg:"subcommand:submit" help:"submit your commits"` + Submit *SubmitCmd `arg:"subcommand:submit" help:"submit your commits"` + Repos *SubmitCmd `arg:"subcommand:repos" help:"show repos with patches"` } type SubmitCmd struct { |
