diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |
