diff options
| author | Jeff Carr <[email protected]> | 2025-10-28 09:40:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-28 09:40:47 -0500 |
| commit | 36d269f041abcc49bbdd754fb9f0c348283376e9 (patch) | |
| tree | a4aa4ea7a33b6be0f60a2d8029f0d45a9d9c49da /argv.go | |
| parent | 473cc8413b80c956474604f76c98ac1598280bb0 (diff) | |
cleanup argv 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 { |
