diff options
| author | Jeff Carr <[email protected]> | 2025-09-25 01:46:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-25 01:46:34 -0500 |
| commit | 4b7669ef7bda1544642d0c4e4f1995da3ae226fe (patch) | |
| tree | 875c66e1e3763c0ae6672741aad1a4fb818c058b | |
| parent | 4cd015b017904b25c764b64b86197e4fbbd57790 (diff) | |
testing commit
| -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 |
