summaryrefslogtreecommitdiff
path: root/argv.struct.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-21 15:48:09 -0500
committerJeff Carr <[email protected]>2025-10-21 15:48:09 -0500
commitceab4c25d57568aa5359cc92c2905ba2e8e3c3cf (patch)
tree67c5aadbfcce3cda1588457a445b16fcde12f340 /argv.struct.go
parenta9af6f2ed2263f11bb13d2220df11402e269cef9 (diff)
basic IsMatch() kinda works
Diffstat (limited to 'argv.struct.go')
-rw-r--r--argv.struct.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.struct.go b/argv.struct.go
index f545f44..ab5e83d 100644
--- a/argv.struct.go
+++ b/argv.struct.go
@@ -94,6 +94,7 @@ type ModeCmd struct {
User *EmptyCmd `arg:"subcommand:user" help:"use user branches"`
Normal *EmptyCmd `arg:"subcommand:normal" help:"use the 'normal' forge development mode"`
Clean *EmptyCmd `arg:"subcommand:clean" help:"clean mode. removes everything to origin/HEAD"`
+ Config *EmptyCmd `arg:"subcommand:config" help:"select which config to use"`
}
type CommitCmd struct {