diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ 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"` } type StatsCmd struct { |
