diff options
| author | Jeff Carr <[email protected]> | 2025-10-02 17:36:49 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-02 17:36:49 -0500 |
| commit | 3b0ff7d584dd517a1fff2330f19f32783b524c5c (patch) | |
| tree | 8175d53d6993c89728a1d0c9e478c10d27958e5b /argv.go | |
| parent | 785e7102c58df7fdfe973a8f3ad8a7af2181e918 (diff) | |
this is hard
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ type ShowCmd struct { Dirty *EmptyCmd `arg:"subcommand:dirty" help:"show dirty git repos"` Repo *RepoCmd `arg:"subcommand:repos" help:"print a table of the current repos"` Tag *TagCmd `arg:"subcommand:tag" help:"show git tags"` + Urls *EmptyCmd `arg:"subcommand:urls" help:"show repo urls"` } func (ShowCmd) Examples() string { |
