diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 07:28:35 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 07:28:35 -0500 |
| commit | 2d353e6dfa95c91435fddefd2168e489ddeb1912 (patch) | |
| tree | dd4950f4db22a43787ca4994bafb9237e7668646 /main.go | |
| parent | b9656ebb87774163b39a6f423a59fada86b8192a (diff) | |
cleaner usable output
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
