diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 02:47:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 02:47:40 -0500 |
| commit | bdb6a5570525ae59f21a277f50e5a2dcd86e9dd0 (patch) | |
| tree | 2bd12a44fef47b712ce6be9ba529dea612b0905f /argv.go | |
| parent | d0a5983ade20fed877c2803b73528c28dac77fa6 (diff) | |
moving stuff here from what was bash before
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 { |
