diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 01:53:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 01:53:14 -0500 |
| commit | 602e1fc4aea522217775e5587fc1bd91dd3f060c (patch) | |
| tree | dec2b3e9e80a2c7c5b52108ed03be14163120229 /argv.go | |
| parent | 2b3dfe540c6bac279067a4e2bdfe090d499be045 (diff) | |
redo config handling
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -20,7 +20,6 @@ type args struct { Clean *CleanCmd `arg:"subcommand:clean" help:"start over at the beginning"` Commit *CommitCmd `arg:"subcommand:commit" help:"'git commit' but errors out if on wrong branch"` Config *ConfigCmd `arg:"subcommand:config" help:"show your .config/forge/ settings"` - Debug *EmptyCmd `arg:"subcommand:debug" help:"debug forge"` Dirty *DirtyCmd `arg:"subcommand:dirty" help:"show dirty git repos"` GitFetch *FindCmd `arg:"subcommand:fetch" help:"run 'git fetch master'"` Gui *EmptyCmd `arg:"subcommand:gui" help:"open the gui"` |
