diff --git a/argv.go b/argv.go index 75eb035..10c58fe 100644 --- a/argv.go +++ b/argv.go @@ -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