summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go11
1 files changed, 6 insertions, 5 deletions
diff --git a/main.go b/main.go
index 41151b0..4312d33 100644
--- a/main.go
+++ b/main.go
@@ -122,11 +122,12 @@ func main() {
}
if argv.Dirty != nil {
- findAll() // select all the repos
- doCheckDirtyAndConfigSave()
- me.found = new(gitpb.Repos)
- findDirty()
- me.forge.PrintHumanTableDirty(me.found)
+ doDirty()
+ okExit("")
+ }
+
+ if argv.Examine != nil {
+ doExamine()
okExit("")
}