summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.go b/main.go
index c6d2683..9e96f10 100644
--- a/main.go
+++ b/main.go
@@ -55,6 +55,11 @@ func main() {
done = true
}
+ if argv.DoGitReset {
+ doGitReset()
+ done = true
+ }
+
if argv.DoList {
// print out the repos
doCobol()