summaryrefslogtreecommitdiff
path: root/forgeConfig/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'forgeConfig/main.go')
-rw-r--r--forgeConfig/main.go4
1 files changed, 4 insertions, 0 deletions
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)
}