From 33c556f95dad4e24e73638be93dbf2c93992d28e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Jan 2025 20:28:40 -0600 Subject: attempting to set pb repo state --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') 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 { -- cgit v1.2.3