summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
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 {