cmd.Flags().VarP(newOutputValue(output.Table,varRef),outputFlag,"o",fmt.Sprintf("prints the output in the specified format. Allowed values: %s, %s, %s",output.Table,output.JSON,output.YAML))
cmd.Flags().VarP(newOutputValue(output.Table,varRef),outputFlag,"o",fmt.Sprintf("prints the output in the specified format. Allowed values: %s, %s, %s",output.Table,output.JSON,output.YAML))