summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 22:40:51 -0500
committerJeff Carr <[email protected]>2025-10-26 22:40:51 -0500
commit75e2ee9c01f001d5ac01dedd631826de5457fe10 (patch)
tree90bb934c65c51a697418202b34a7697e63fc06a3 /argv.go
parent12f4f8b0cb487b8f80b248753ef6dbd2997fb763 (diff)
attempt to set a modeDir
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index ab5e83d..c7d5eeb 100644
--- a/argv.go
+++ b/argv.go
@@ -94,7 +94,8 @@ 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"`
+ Config string `arg:"--config" help:"select which config to use"`
+ // Config *EmptyCmd `arg:"subcommand:config" help:"select which config to use"`
}
type CommitCmd struct {