summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
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 707791e..71ae968 100644
--- a/argv.go
+++ b/argv.go
@@ -14,6 +14,7 @@ type args struct {
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"`
+ Pure bool `arg:"--pure" default:"false" help:"never leave go.* files unless things are perfect"`
}
func (args) Version() string {