diff options
| author | Jeff Carr <[email protected]> | 2025-10-06 04:26:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-06 04:26:44 -0500 |
| commit | a7d418da30889a3b85257baf65d44f0d32c5df71 (patch) | |
| tree | 5e56f53cf6cd0117679689f239a466bfe4e55e34 /argv.go | |
| parent | 50fea58cf96abaa3f8c28c6ffb67630d6dd7829e (diff) | |
some decent code to delete branches with checking
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 { |
