diff options
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 |
