diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 22:40:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 22:40:51 -0500 |
| commit | 75e2ee9c01f001d5ac01dedd631826de5457fe10 (patch) | |
| tree | 90bb934c65c51a697418202b34a7697e63fc06a3 /argv.go | |
| parent | 12f4f8b0cb487b8f80b248753ef6dbd2997fb763 (diff) | |
attempt to set a modeDir
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 { |
