From 770e6752f1f07a00455b423780eca30f8578e610 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 4 Sep 2025 20:02:23 -0500 Subject: add 'forge help' --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 2dfbc42..68c591e 100644 --- a/argv.go +++ b/argv.go @@ -15,6 +15,7 @@ import ( var argv args type args struct { + Help *EmptyCmd `arg:"subcommand:help" help:"New to forge? This is for you.'"` Checkout *CheckoutCmd `arg:"subcommand:checkout" help:"switch branches using 'git checkout'"` 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"` -- cgit v1.2.3