Function
Execute
Execute executes the root command.
()
Source from the content-addressed store, hash-verified
| 45 | |
| 46 | // Execute executes the root command. |
| 47 | func Execute() { |
| 48 | cobra.CheckErr(rootCmd().Execute()) |
| 49 | } |
| 50 | |
| 51 | func init() { |
| 52 | cobra.OnInitialize(initConfig) |
Tested by
no test coverage detected