From cf253dc0fed3d0950e1ef41811ab88cd4167b913 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 10 Oct 2025 07:35:38 -0500 Subject: make something to show mtimes --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') 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"` } -- cgit v1.2.3