summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-02 23:12:35 -0600
committerJeff Carr <[email protected]>2024-12-02 23:12:35 -0600
commit10193b77f2e25cffaf37b7d3d287506a210d29ed (patch)
tree0a521cd3cdbfe913307fa4919d6ec09b9aefcd7a /argv.go
parent9a57a20ef78b0648ed721ba0ced93433d4e7d42d (diff)
can purge broken stuff
Signed-off-by: Jeff Carr <[email protected]>
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 {