added .Execute to run cobracmds

This commit is contained in:
2025-09-20 11:02:35 -03:00
parent a22a2a70c0
commit fdb21aacc5

View File

@@ -89,4 +89,5 @@ var installCmd = &cobra.Command{
func main() { func main() {
rootCmd.AddCommand(installCmd) rootCmd.AddCommand(installCmd)
rootCmd.Execute()
} }