diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
