summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.go b/main.go
index bcb464c..c050541 100644
--- a/main.go
+++ b/main.go
@@ -162,6 +162,11 @@ func main() {
doTag()
okExit("")
}
+
+ if argv.Show.Urls != nil {
+ me.forge.PrintForgedTable(me.forge.Repos)
+ okExit("")
+ }
found := findRepos()
// print out the repos
if argv.All {