From ce813a345030dffa9d997cb837cc8be99b9c5946 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 8 Sep 2025 13:48:06 -0500 Subject: common code. add "gui" to open the gui --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 62f7aec..63c66c6 100644 --- a/argv.go +++ b/argv.go @@ -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"` -- cgit v1.2.3