diff options
| author | Jeff Carr <[email protected]> | 2025-10-21 07:51:33 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-21 07:51:33 -0500 |
| commit | 1277d1d6408bd7ef0f35a85e0e9434cc1b1bdd27 (patch) | |
| tree | 1426d299b6e01ec6217ab5efaf8937f7536ae9eb /argv.struct.go | |
| parent | b79731472d70867f9e73cdeeb0917bc287170ee6 (diff) | |
smarter handling of global source
Diffstat (limited to 'argv.struct.go')
| -rw-r--r-- | argv.struct.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.struct.go b/argv.struct.go index 556a1cb..e7ad047 100644 --- a/argv.struct.go +++ b/argv.struct.go @@ -42,6 +42,7 @@ type ShowCmd struct { DirtySave *EmptyCmd `arg:"subcommand:dirtysave" help:"check dirty then save"` MasterDefault *EmptyCmd `arg:"subcommand:masterdefault" help:"run the default behavior for master branches"` Mtime *EmptyCmd `arg:"subcommand:mtime" help:"show mtime changes"` + ENV *EmptyCmd `arg:"subcommand:ENV" help:"show the ENV"` Repo *RepoCmd `arg:"subcommand:repos" help:"print a table of the current repos"` Tag *TagCmd `arg:"subcommand:tag" help:"show git tags"` } |
