summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 07:28:35 -0500
committerJeff Carr <[email protected]>2025-10-13 07:28:35 -0500
commit2d353e6dfa95c91435fddefd2168e489ddeb1912 (patch)
treedd4950f4db22a43787ca4994bafb9237e7668646 /main.go
parentb9656ebb87774163b39a6f423a59fada86b8192a (diff)
cleaner usable output
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index c6d2b3c..aa5ff6a 100644
--- a/main.go
+++ b/main.go
@@ -10,6 +10,7 @@ import (
"go.wit.com/lib/gui/prep"
"go.wit.com/lib/protobuf/forgepb"
+ "go.wit.com/log"
)
// sent via -ldflags // is there a better way?
@@ -56,6 +57,7 @@ func main() {
}
me.sh.GoodExit(s)
}
+ log.Info("Starting forge with subcommand:", me.sh.Cmd)
//// start standard argv subcommand processing here ////
var s string