diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,8 +15,9 @@ type args struct { Pull bool `arg:"--git-pull" help:"run 'git pull' on all your repos"` Build bool `arg:"--build" default:"true" help:"also try to build it"` Install bool `arg:"--install" help:"try to install every binary package"` - RedoGoMod bool `arg:"--go-reset" help:"remake all the go.sum and go.mod files"` + RedoGoMod bool `arg:"--RedoGoMod" help:"remake all the go.sum and go.mod files"` DryRun bool `arg:"--dry-run" help:"show what would be run"` + Real bool `arg:"--real" help:"do the change, save config & exit"` } func (args) Version() string { |
