summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-07 20:28:40 -0600
committerJeff Carr <[email protected]>2025-01-07 20:28:40 -0600
commit33c556f95dad4e24e73638be93dbf2c93992d28e (patch)
treefb91a5e5ad5048574fbdab7227d27c4fdc351246 /argv.go
parent51db8c4f0c6b794afefc20ae0c7dfa58c1ef3dcf (diff)
attempting to set pb repo state
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 beee036..8d9c311 100644
--- a/argv.go
+++ b/argv.go
@@ -23,6 +23,7 @@ type args struct {
URL string `arg:"--connect" help:"gowebd url"`
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"`
}
type EmptyCmd struct {