package main import ( "git.apinb.com/bsm-sdk/engine/cmd" "git.apinb.com/bsm-tools/bsm/cmd/commands" ) func main() { cmd.NewCmd() commands.Execute() }