summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 22:02:38 -0500
committerJeff Carr <[email protected]>2025-10-03 22:02:38 -0500
commit21f674cc5d222ca3fde330d5f14e556555fff183 (patch)
treedc1dab65cd714f9d825df5c5a0d8b2c06a8cccdc /argv.go
parent1a0a7d2b8f9e5677af3f244c192b304eeadad776 (diff)
show tags
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 3ba9546..4fd8c58 100644
--- a/argv.go
+++ b/argv.go
@@ -73,6 +73,7 @@ type DefaultCmd struct {
type GitCmd struct {
Log *EmptyCmd `arg:"subcommand:log" help:"git log"`
Who *EmptyCmd `arg:"subcommand:who" help:"git who"`
+ Tag *EmptyCmd `arg:"subcommand:tag" help:"show tags"`
Pull *EmptyCmd `arg:"subcommand:pull" help:"pull the wit standard paths"`
Push *EmptyCmd `arg:"subcommand:push" help:"push the wit standard paths"`
}