diff options
| author | Jeff Carr <[email protected]> | 2025-10-21 09:21:35 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-21 09:21:35 -0500 |
| commit | f1372f65778356a91975d1932ab9420065c8f10c (patch) | |
| tree | ee5bb9b86b360a0c6146f396dd2898662a3e12e4 /main.go | |
| parent | e0c689ecf098ce6d097db6955f690f271d1b95fd (diff) | |
show the ENV table
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ func doInit() *forgepb.Forge { } func doCoreChecks() { + ENV.PrintTable() me.forge.RescanRepos() // looks for new dirs, checks existing repos for changes if !me.forge.IsModeNormal() { |
