From e924aa4b7d445dc659a23df032323ee71fa412a3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 25 Nov 2024 00:46:16 -0600 Subject: cleanups --- forgeConfig/main.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'forgeConfig') diff --git a/forgeConfig/main.go b/forgeConfig/main.go index 739fa8b..ccb3596 100644 --- a/forgeConfig/main.go +++ b/forgeConfig/main.go @@ -16,13 +16,17 @@ func main() { log.Warn("forgepb.ConfigLoad() failed", err) os.Exit(-1) } + if argv.List { + repos.PrintTable() + /* log.Info(forgepb.RepoHeader()) loop := repos.SortByPath() // get the list of repos for loop.Scan() { r := loop.Repo() log.Info("repo:", r.GoPath) } + */ os.Exit(0) } -- cgit v1.2.3