added .Execute to run cobracmds
This commit is contained in:
@@ -89,4 +89,5 @@ var installCmd = &cobra.Command{
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
rootCmd.AddCommand(installCmd)
|
rootCmd.AddCommand(installCmd)
|
||||||
|
rootCmd.Execute()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user