diff options
| author | Jeff Carr <[email protected]> | 2024-12-03 13:23:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-03 13:23:12 -0600 |
| commit | d1cc3bd09a78bc83f8fa50af267c15bebac880df (patch) | |
| tree | 40599463d3416d959b790211a5d69d62b9dc8762 /argv.go | |
| parent | c2bd3b64be97cb5a58e9b3271339b5f75d8ccc0a (diff) | |
on the way to somewherev0.22.5
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 { |
