summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index 81668c1..71959a2 100644
--- a/argv.go
+++ b/argv.go
@@ -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 {