diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 22:40:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 22:40:51 -0500 |
| commit | 75e2ee9c01f001d5ac01dedd631826de5457fe10 (patch) | |
| tree | 90bb934c65c51a697418202b34a7697e63fc06a3 /main.go | |
| parent | 12f4f8b0cb487b8f80b248753ef6dbd2997fb763 (diff) | |
attempt to set a modeDir
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ func main() { } if env.Verbose() { env.PrintTable() + matchModeDirs() } if me.forge.IsModeUnknown() || me.forge.IsModeNewUser() { |
