summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-02 17:36:49 -0500
committerJeff Carr <[email protected]>2025-10-02 17:36:49 -0500
commit3b0ff7d584dd517a1fff2330f19f32783b524c5c (patch)
tree8175d53d6993c89728a1d0c9e478c10d27958e5b /main.go
parent785e7102c58df7fdfe973a8f3ad8a7af2181e918 (diff)
this is hard
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 {