summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 22:40:51 -0500
committerJeff Carr <[email protected]>2025-10-26 22:40:51 -0500
commit75e2ee9c01f001d5ac01dedd631826de5457fe10 (patch)
tree90bb934c65c51a697418202b34a7697e63fc06a3 /main.go
parent12f4f8b0cb487b8f80b248753ef6dbd2997fb763 (diff)
attempt to set a modeDir
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index b3c6727..457d574 100644
--- a/main.go
+++ b/main.go
@@ -52,6 +52,7 @@ func main() {
}
if env.Verbose() {
env.PrintTable()
+ matchModeDirs()
}
if me.forge.IsModeUnknown() || me.forge.IsModeNewUser() {