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 /main.go | |
| parent | 2b090019a9149bf89f883c46786476ef8a827069 (diff) | |
git reset --hard optionv0.22.13
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -55,6 +55,11 @@ func main() { done = true } + if argv.DoGitReset { + doGitReset() + done = true + } + if argv.DoList { // print out the repos doCobol() |
