summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 03:30:33 -0500
committerJeff Carr <[email protected]>2025-10-16 03:30:33 -0500
commit1d02f7a803c3bd58e5a4907cf72b2cdb9d439517 (patch)
tree974ba7f3c09716b6b83e8bc7651b404ae2b2965d /argv.go
parent282c659eb38013f4220a6f6913491a12ecc73e30 (diff)
try to fix the namespaces along the way
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 405ba90..4f7acd4 100644
--- a/argv.go
+++ b/argv.go
@@ -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 {