summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-28 21:15:24 -0600
committerJeff Carr <[email protected]>2025-01-29 12:18:16 -0600
commiteee88af0ce0afd82046985572d2bea0090c7e087 (patch)
tree95a1955604a9609f1c67e503ea43d21700d2dc25 /main.go
parentbb7937bb792919e37a1bd94acd8a54f5824f7a50 (diff)
general usefulness
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 c7338d4..0b78a21 100644
--- a/main.go
+++ b/main.go
@@ -159,6 +159,11 @@ func main() {
log.Info(i, line)
}
}
+ if argv.Patch.Show != nil {
+ findReposWithPatches()
+ me.forge.PrintHumanTable(me.found)
+
+ }
okExit("patch list")
}