diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ type args struct { Force bool `arg:"--force" help:"remove things and redo them no matter what"` Strict bool `arg:"--strict" help:"never make go.* files unless everything is perfect"` Purge bool `arg:"--purge" help:"purge all the git notes. this might be bad for you."` + Smart bool `arg:"--smart" help:"whatever seems best at the time. never os.Exit(-1)"` } func (args) Version() string { |
