summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-14 14:09:15 -0600
committerJeff Carr <[email protected]>2024-12-14 14:09:15 -0600
commitbe3841578cb466f02bbc4ea1e13e024b5a77e85d (patch)
tree9fa2e4f2e7ac9d2cb37e955ba4717605d73a2fad /main.go
parent268e05f1082c081f6afbc42c5f8df83aec7c6848 (diff)
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 5a9c673..0ebe1bc 100644
--- a/main.go
+++ b/main.go
@@ -81,6 +81,11 @@ func main() {
okExit("patches")
}
+ if argv.ListPatchSet {
+ listPatches()
+ okExit("patches")
+ }
+
// do the gui at the very end
if argv.DoGui {
doGui()