cmd.Flags().StringVarP(&options.Selector,"selector","l","","Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2)")
cmd.Flags().Bool("all",false,"Select all resources in the namespace of the specified resource types.")
cmd.Flags().StringArray("prune-whitelist",[]string{},"Overwrite the default whitelist with <group/version/kind> for --prune")
cmd.Flags().Bool("openapi-patch",true,"If true, use openapi to calculate diff when the openapi presents and the resource can be found in the openapi spec. Otherwise, fall back to use baked-in types.")