diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ type ExamineCmd struct { type CleanCmd struct { Force *EmptyCmd `arg:"subcommand:force" help:"dangerously delete things that are not pushed upstream"` + User *EmptyCmd `arg:"subcommand:user" help:"dump all the user branches"` } type PatchCmd struct { |
