diff options
| author | Jeff Carr <[email protected]> | 2024-12-15 22:34:20 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-15 22:34:20 -0600 |
| commit | 3b714282df43c050920c16a47ee7b8ea46f4c350 (patch) | |
| tree | 37bd03ae61030eec9faf4643631932c619098d23 /argv.go | |
| parent | 6392687a6381ce8544b3e50d4083e1391e273849 (diff) | |
give up and make 3 different versions
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ type args struct { Verbose bool `arg:"--verbose" help:"show more"` Notes bool `arg:"--metadata" help:"save as git metadata (notes)"` Restore bool `arg:"--restore" default:"true" help:"restore from git metadata"` - Force bool `arg:"--force" help:"remove the old one"` + Force bool `arg:"--force" help:"remove things and redo them no matter what"` Strict bool `arg:"--strict" default:"false" help:"never make go.* files unless everything is perfect"` } |
