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 --- doShow.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doShow.go') diff --git a/doShow.go b/doShow.go index 0b53cb3..061f617 100644 --- a/doShow.go +++ b/doShow.go @@ -18,6 +18,11 @@ func doShow() (string, error) { return "tags shown", nil } + if argv.Show.Mtime != nil { + s, err := me.forge.Repos.ScanAllMtimesVerbose() + return s, err + } + found := findRepos() if showUrls() { found.SortNamespace() -- cgit v1.2.3