summaryrefslogtreecommitdiff
path: root/argv.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 /argv.go
parent473cc8413b80c956474604f76c98ac1598280bb0 (diff)
cleanup argv options
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index 5419248..4d1b935 100644
--- a/argv.go
+++ b/argv.go
@@ -63,7 +63,6 @@ type FixCmd struct {
type VerifyCmd struct {
Namespace *EmptyCmd `arg:"subcommand:namespace" help:"check the namespaces"`
- Stats *StatsCmd `arg:"subcommand:stats" help:"generate origin.pb"`
DryRun bool `arg:"--dry-run" help:"try not to change anything"`
}
@@ -106,6 +105,7 @@ type DevCmd struct {
Install *EmptyCmd `arg:"subcommand:install" help:"build & install this repo"`
Fixer *FixCmd `arg:"subcommand:fixer" help:"send in the fixer"`
URL string `arg:"--connect" help:"forge url"`
+ Stats *StatsCmd `arg:"subcommand:stats" help:"generate origin.pb"`
}
type GenerateCmd struct {