summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
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 {