summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-19 07:05:45 -0600
committerJeff Carr <[email protected]>2025-01-19 07:05:45 -0600
commitf0f11794edf1a4a79c310ba66886572ce2f80827 (patch)
treee6b8b03f2b1adfea963cc9573933e168702dae5f /argv.go
parent1e8bdc5c53ccc9539f78d0584f1bac3621b8ff4d (diff)
delete user branches works
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 152fd64..f5551b3 100644
--- a/argv.go
+++ b/argv.go
@@ -46,6 +46,7 @@ type ExamineCmd struct {
type CleanCmd struct {
Force *EmptyCmd `arg:"subcommand:force" help:"dangerously delete things that are not pushed upstream"`
+ User *EmptyCmd `arg:"subcommand:user" help:"dump all the user branches"`
}
type PatchCmd struct {