summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-29 20:42:49 -0600
committerJeff Carr <[email protected]>2025-01-29 20:42:49 -0600
commita7e37626c0be69c312a001418725c382de9393ae (patch)
treef4930f81bbcf4e08f210aa07aa14aa9ec7335d9b /argv.go
parent088496e2fb0638747a38fd4bf3fd860fa2ae77f0 (diff)
maybe, finally, release logic works
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 67eed18..7c6e867 100644
--- a/argv.go
+++ b/argv.go
@@ -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 {