diff options
| -rw-r--r-- | argv.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,8 +61,8 @@ type NormalCmd struct { } type CommitCmd struct { - // Submit bool `arg:"--submit" default:"true" help:"submit the patches to forge"` - All bool `arg:"--all" default:"true" help:"git commit in all dirty repos"` + Submit bool `arg:"--submit" default:"true" help:"submit the patches to forge"` + All bool `arg:"--all" default:"true" help:"git commit in all dirty repos"` } type testCmd string |
