cmd.Flags().BoolVar(&options.All,"all",options.All,"Select all resources, including uninitialized ones, in the namespace of the specified resource types")
cmd.Flags().Bool("all",false,"Select all resources, including uninitialized ones, in the namespace of the specified resource types")
cmd.Flags().Bool("local",false,"If true, set selector will NOT contact api-server but run locally.")
cmd.Flags().String("resource-version","","If non-empty, the selectors update will only succeed if this is the current resource-version for the object. Only valid when specifying a single resource.")
cmd.Flags().BoolVar(&options.All,"all",options.All,"Select all resources, including uninitialized ones, in the namespace of the specified resource types")