summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
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 edd8e92..d9b6167 100644
--- a/argv.go
+++ b/argv.go
@@ -89,6 +89,7 @@ type DevCmd struct {
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"`
+ Prune bool `arg:"--prune" help:"prune"`
}
type CleanCmd struct {