From 10cf50c39b19a0c023869bf2fbf27a3ec1996856 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 13 Dec 2024 17:13:07 -0600 Subject: git reset --hard option --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') 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"` -- cgit v1.2.3