summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 02:47:40 -0500
committerJeff Carr <[email protected]>2025-10-03 02:47:40 -0500
commitbdb6a5570525ae59f21a277f50e5a2dcd86e9dd0 (patch)
tree2bd12a44fef47b712ce6be9ba529dea612b0905f /argv.go
parentd0a5983ade20fed877c2803b73528c28dac77fa6 (diff)
moving stuff here from what was bash before
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go6
1 files changed, 4 insertions, 2 deletions
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 {