Main is the main entrypoint.
()
| 35 | |
| 36 | // Main is the main entrypoint. |
| 37 | func Main() { |
| 38 | alias.HandleAlias() |
| 39 | cmds, helpCmds := commands() |
| 40 | cli.Run(cmds, helpCmds) |
| 41 | } |
| 42 | |
| 43 | func commands() (map[util.SubCommand]string, []subcommands.Command) { |
| 44 | cmds := map[util.SubCommand]string{ |
no test coverage detected
searching dependent graphs…