allow junk go.mod & go.sum files
This commit is contained in:
parent
34b61c9123
commit
a8f7adee19
1
argv.go
1
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 {
|
||||
|
|
Loading…
Reference in New Issue