summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 01:46:34 -0500
committerJeff Carr <[email protected]>2025-09-25 01:46:34 -0500
commit4b7669ef7bda1544642d0c4e4f1995da3ae226fe (patch)
tree875c66e1e3763c0ae6672741aad1a4fb818c058b
parent4cd015b017904b25c764b64b86197e4fbbd57790 (diff)
testing commit
-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