summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-19 00:35:58 -0600
committerJeff Carr <[email protected]>2025-01-19 00:35:58 -0600
commitd84d7d468778ce3e1182fd82d68a27b1e613e305 (patch)
treed79ea054e69e62e4da1d3f77c4126a9262568f37 /argv.go
parent39f72d20344c5bbe05b83a13eee9c0d7b54f7e78 (diff)
more work on cleaning user branches
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 6856a6e..152fd64 100644
--- a/argv.go
+++ b/argv.go
@@ -30,6 +30,7 @@ type args struct {
Bash bool `arg:"--bash" help:"generate bash completion"`
BashAuto []string `arg:"--auto-complete" help:"does the actual autocompletion"`
Force bool `arg:"--force" help:"try to strong arm things"`
+ Verbose bool `arg:"--verbose" help:"show more output"`
}
type EmptyCmd struct {