diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |
