summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-13 17:13:07 -0600
committerJeff Carr <[email protected]>2024-12-13 17:13:07 -0600
commit10cf50c39b19a0c023869bf2fbf27a3ec1996856 (patch)
treeaef6a224d937d0c922c119253045cd93237b6be0 /argv.go
parent2b090019a9149bf89f883c46786476ef8a827069 (diff)
git reset --hard optionv0.22.13
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 5526312..c35706b 100644
--- a/argv.go
+++ b/argv.go
@@ -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"`