diff options
| author | Jeff Carr <[email protected]> | 2024-12-13 13:17:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-13 13:17:26 -0600 |
| commit | 6ea78a6e8ba73e98a396e03b9231bd2d6a9a5288 (patch) | |
| tree | 456f0e2be1a341704485e90b4f7b31c21d40d127 /argv.go | |
| parent | 682acb34813188d292f7d6312f7d3d5c0fdfb22b (diff) | |
add --do-patches
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ type args struct { DoBuild bool `arg:"--do-build" default:"true" help:"also try to build it"` DoInstall bool `arg:"--do-install" help:"try to install every binary package"` DoRedoGoMod bool `arg:"--do-RedoGoMod" help:"remake all the go.sum and go.mod files"` - DoErase bool `arg:"--do-EraseGoMod" help:"erase the go.mod and go.sum files"` + DoPatchSet bool `arg:"--do-patches" help:"make patch set"` DoGui bool `arg:"--do-gui" help:"test the gui"` DryRun bool `arg:"--dry-run" help:"show what would be run"` Fix bool `arg:"--fix" help:"fix config, save config & exit"` |
