diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 22:02:38 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 22:02:38 -0500 |
| commit | 21f674cc5d222ca3fde330d5f14e556555fff183 (patch) | |
| tree | dc1dab65cd714f9d825df5c5a0d8b2c06a8cccdc /argv.go | |
| parent | 1a0a7d2b8f9e5677af3f244c192b304eeadad776 (diff) | |
show tags
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` } |
