summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--argv.go4
1 files changed, 2 insertions, 2 deletions
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