testing commit

This commit is contained in:
Jeff Carr 2025-09-25 01:46:34 -05:00
parent 4cd015b017
commit 4b7669ef7b
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ type NormalCmd struct {
} }
type CommitCmd struct { type CommitCmd struct {
// Submit bool `arg:"--submit" default:"true" help:"submit the patches to forge"` 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"` All bool `arg:"--all" default:"true" help:"git commit in all dirty repos"`
} }
type testCmd string type testCmd string