summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-06 04:26:44 -0500
committerJeff Carr <[email protected]>2025-10-06 04:26:44 -0500
commita7d418da30889a3b85257baf65d44f0d32c5df71 (patch)
tree5e56f53cf6cd0117679689f239a466bfe4e55e34 /argv.go
parent50fea58cf96abaa3f8c28c6ffb67630d6dd7829e (diff)
some decent code to delete branches with checking
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 8354d0a..edd8e92 100644
--- a/argv.go
+++ b/argv.go
@@ -88,6 +88,7 @@ type DevCmd struct {
BuildForge bool `arg:"--forge-rebuild" help:"download and rebuild forge"`
URL string `arg:"--connect" help:"forge url"`
DeleteUser bool `arg:"--delete-user" help:"delete all user branches (checks for safety)"`
+ Fix bool `arg:"--fix" help:"actually do it"`
}
type CleanCmd struct {