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