Compare commits

..

1 Commits

Author SHA1 Message Date
Juan Font 6c903d4a2f Fixed missing nodes cmd 2021-07-31 23:14:24 +02:00
+2 -1
View File
@@ -11,7 +11,8 @@ import (
"github.com/spf13/cobra"
)
func init () {
func init() {
rootCmd.AddCommand(nodeCmd)
nodeCmd.PersistentFlags().StringP("namespace", "n", "", "Namespace")
err := nodeCmd.MarkPersistentFlagRequired("namespace")
if err != nil {