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