diff options
| author | Jeff Carr <[email protected]> | 2025-09-08 13:48:06 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-08 13:48:06 -0500 |
| commit | ce813a345030dffa9d997cb837cc8be99b9c5946 (patch) | |
| tree | f74831b31524683476199d8ec5545310fbc8d0d3 /argv.go | |
| parent | 11bf5481c7cb393cf2d3416a9f64be078da27e85 (diff) | |
common code. add "gui" to open the guiv0.22.153
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ type args struct { 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"` List *FindCmd `arg:"subcommand:list" help:"print a table of the current repos"` Merge *MergeCmd `arg:"subcommand:merge" help:"merge branches"` Normal *NormalCmd `arg:"subcommand:normal" help:"set every repo to the default state for software development"` |
