From 4b7669ef7bda1544642d0c4e4f1995da3ae226fe Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 25 Sep 2025 01:46:34 -0500 Subject: [PATCH] testing commit --- argv.go | 4 ++-- 1 file 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