diff options
| author | Jeff Carr <[email protected]> | 2025-10-14 22:00:12 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-14 22:00:12 -0500 |
| commit | 90c62819d72fbd7fd68b7caed2ed60050ea4b71e (patch) | |
| tree | 3173ae48aaa998be46ca14def9a7accdfb2744ca /main.go | |
| parent | 3c6e0574f9a984a3ab35ff7a27ad35ff7c3e9edc (diff) | |
make a doStats()
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
