summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 01:53:14 -0500
committerJeff Carr <[email protected]>2025-09-11 01:53:14 -0500
commit602e1fc4aea522217775e5587fc1bd91dd3f060c (patch)
treedec2b3e9e80a2c7c5b52108ed03be14163120229 /argv.go
parent2b3dfe540c6bac279067a4e2bdfe090d499be045 (diff)
redo config handling
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index eebcfa3..5d5b795 100644
--- a/argv.go
+++ b/argv.go
@@ -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"`