diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ type RepoCmd struct { } type NormalCmd struct { + Fix *EmptyCmd `arg:"subcommand:fix" help:"try to fix problems"` On *EmptyCmd `arg:"subcommand:on" help:"turn normal mode on"` Off *EmptyCmd `arg:"subcommand:off" help:"turn normal mode off"` } |
