summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-03 13:23:12 -0600
committerJeff Carr <[email protected]>2024-12-03 13:23:12 -0600
commitd1cc3bd09a78bc83f8fa50af267c15bebac880df (patch)
tree40599463d3416d959b790211a5d69d62b9dc8762 /argv.go
parentc2bd3b64be97cb5a58e9b3271339b5f75d8ccc0a (diff)
on the way to somewherev0.22.5
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 9f79d48..0237182 100644
--- a/argv.go
+++ b/argv.go
@@ -21,6 +21,8 @@ type args struct {
Real bool `arg:"--fix" help:"fix config, save config & exit"`
Repomap string `arg:"--repomap" help:"parse a repomap from gowebd"`
Clone bool `arg:"--clone" help:"go-clone things you are missing"`
+ Force bool `arg:"--force" help:"force redo go-clone"`
+ Erase bool `arg:"--erase" help:"erase"`
}
func (args) Version() string {