summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-14 22:00:12 -0500
committerJeff Carr <[email protected]>2025-10-14 22:00:12 -0500
commit90c62819d72fbd7fd68b7caed2ed60050ea4b71e (patch)
tree3173ae48aaa998be46ca14def9a7accdfb2744ca /main.go
parent3c6e0574f9a984a3ab35ff7a27ad35ff7c3e9edc (diff)
make a doStats()
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index a5ac2fa..6154705 100644
--- a/main.go
+++ b/main.go
@@ -121,6 +121,10 @@ func main() {
if argv.Patch != nil {
s, err = doPatch()
}
+
+ if argv.Verify != nil {
+ s, err = doVerify()
+ }
//// end standard argv subcommand processing here ////
// if the gui starts, it doesn't yet go to the end normally