diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 { |
