summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
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 {