From bdb6a5570525ae59f21a277f50e5a2dcd86e9dd0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 3 Oct 2025 02:47:40 -0500 Subject: moving stuff here from what was bash before --- argv.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'argv.go') diff --git a/argv.go b/argv.go index f8e55f9..64e15d5 100644 --- a/argv.go +++ b/argv.go @@ -54,8 +54,10 @@ type DefaultCmd struct { } type GitCmd struct { - Log *EmptyCmd `arg:"subcommand:log" help:"go-clone from a gowebd repomap"` - Who *EmptyCmd `arg:"subcommand:who" help:"go-clone from a gowebd repomap"` + Log *EmptyCmd `arg:"subcommand:log" help:"git log"` + Who *EmptyCmd `arg:"subcommand:who" help:"git who"` + Pull *EmptyCmd `arg:"subcommand:pull" help:"pull the wit standard paths"` + Push *EmptyCmd `arg:"subcommand:push" help:"push the wit standard paths"` } type EmptyCmd struct { -- cgit v1.2.3