summaryrefslogtreecommitdiff
path: root/subCommand.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-28 09:40:47 -0500
committerJeff Carr <[email protected]>2025-10-28 09:40:47 -0500
commit36d269f041abcc49bbdd754fb9f0c348283376e9 (patch)
treea4aa4ea7a33b6be0f60a2d8029f0d45a9d9c49da /subCommand.go
parent473cc8413b80c956474604f76c98ac1598280bb0 (diff)
cleanup argv options
Diffstat (limited to 'subCommand.go')
-rw-r--r--subCommand.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/subCommand.go b/subCommand.go
index d64ef5d..57fdafb 100644
--- a/subCommand.go
+++ b/subCommand.go
@@ -30,6 +30,10 @@ func doSubcommand() (string, error) {
if argv.Dev.Fixer != nil {
s, err = doFix(argv.Dev.Fixer)
}
+
+ if argv.Dev.Stats != nil {
+ s, err = doStats(argv.Dev.Stats)
+ }
}
if argv.Clean != nil {