summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
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 {