diff options
| author | Jeff Carr <[email protected]> | 2024-12-13 17:13:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-13 17:13:07 -0600 |
| commit | 10cf50c39b19a0c023869bf2fbf27a3ec1996856 (patch) | |
| tree | aef6a224d937d0c922c119253045cd93237b6be0 /argv.go | |
| parent | 2b090019a9149bf89f883c46786476ef8a827069 (diff) | |
git reset --hard optionv0.22.13
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ type args struct { DoClone bool `arg:"--do-clone" help:"go-clone things you are missing"` DoForce bool `arg:"--do-force" help:"force redo go-clone"` DoGitPull bool `arg:"--do-git-pull" help:"run 'git pull' on all your repos"` + DoGitReset bool `arg:"--do-git-reset" help:"run 'git reset --hard' on all read-only repos"` 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"` |
