diff options
| author | Jeff Carr <[email protected]> | 2024-12-02 23:12:35 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-02 23:12:35 -0600 |
| commit | 10193b77f2e25cffaf37b7d3d287506a210d29ed (patch) | |
| tree | 0a521cd3cdbfe913307fa4919d6ec09b9aefcd7a /argv.go | |
| parent | 9a57a20ef78b0648ed721ba0ced93433d4e7d42d (diff) | |
can purge broken stuff
Signed-off-by: Jeff Carr <[email protected]>
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 { |
