Run the CLI. This will parse the command-line arguments and environment variables and then run the appropriate command. If no command is given, the default command will call the `OnStart` function to start a server.
()
| 33 | // variables and then run the appropriate command. If no command is given, |
| 34 | // the default command will call the `OnStart` function to start a server. |
| 35 | Run() |
| 36 | |
| 37 | // Root returns the root Cobra command. This can be used to add additional |
| 38 | // commands or flags. Customize it however you like. |
no outgoing calls