diff options
| author | Jeff Carr <[email protected]> | 2025-10-16 03:30:33 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-16 03:30:33 -0500 |
| commit | 1d02f7a803c3bd58e5a4907cf72b2cdb9d439517 (patch) | |
| tree | 974ba7f3c09716b6b83e8bc7651b404ae2b2965d /argv.go | |
| parent | 282c659eb38013f4220a6f6913491a12ecc73e30 (diff) | |
try to fix the namespaces along the way
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 { |
