package cli func Init() { rootCLI.AddCommand(cmdStart()) rootCLI.AddCommand(cmdVersion()) rootCLI.Execute() }