summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-17 10:59:05 -0600
committerJeff Carr <[email protected]>2025-01-17 10:59:05 -0600
commit9acbb24284ecda4f5ace1cb3d200e363c47c8725 (patch)
tree7af266bff19df14c0961d6f05e1df9e4895c5e77 /main.go
parentaf84727178d1fbe1df04a5f8ee536798f3761d6d (diff)
start an 'examine' argv
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("")
}