cmd.Flags().StringSliceVar(&c.Verbs,"verb",[]string{},"verb that applies to the resources contained in the rule")
cmd.Flags().StringSlice("resource",[]string{},"resource that the rule applies to")
cmd.Flags().StringSliceVar(&c.ResourceNames,"resource-name",[]string{},"resource in the white list that the rule applies to")
cmd.Flags().StringArrayVar(&c.ResourceNames,"resource-name",[]string{},"resource in the white list that the rule applies to, repeat this flag for multiple items")
cmd.Flags().StringSliceVar(&c.Verbs,"verb",[]string{},"verb that applies to the resources contained in the rule")
cmd.Flags().StringSlice("resource",[]string{},"resource that the rule applies to")
cmd.Flags().StringSliceVar(&c.ResourceNames,"resource-name",[]string{},"resource in the white list that the rule applies to")
cmd.Flags().StringArrayVar(&c.ResourceNames,"resource-name",[]string{},"resource in the white list that the rule applies to, repeat this flag for multiple items")