summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-10 07:35:38 -0500
committerJeff Carr <[email protected]>2025-10-10 07:35:38 -0500
commitcf253dc0fed3d0950e1ef41811ab88cd4167b913 (patch)
tree149d7201ffcc110a962991107916f122e91416ab /argv.go
parentb95b8bf55b6598d27a143e43d2353737e5bbc1b1 (diff)
make something to show mtimes
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 952d79d..1e02288 100644
--- a/argv.go
+++ b/argv.go
@@ -55,6 +55,7 @@ type testCmd string
type ShowCmd struct {
Dirty *EmptyCmd `arg:"subcommand:dirty" help:"show dirty git repos"`
+ Mtime *EmptyCmd `arg:"subcommand:mtime" help:"show mtime changes"`
Repo *RepoCmd `arg:"subcommand:repos" help:"print a table of the current repos"`
Tag *TagCmd `arg:"subcommand:tag" help:"show git tags"`
}