diff options
| author | Jeff Carr <[email protected]> | 2025-01-29 20:42:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-29 20:42:49 -0600 |
| commit | a7e37626c0be69c312a001418725c382de9393ae (patch) | |
| tree | f4930f81bbcf4e08f210aa07aa14aa9ec7335d9b /argv.go | |
| parent | 088496e2fb0638747a38fd4bf3fd860fa2ae77f0 (diff) | |
maybe, finally, release logic works
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 { |
