cmd.Flags().StringVar(&o.OutputDir,"output-directory",o.OutputDir,i18n.T("Where to output the files. If empty or '-' uses stdout, otherwise creates a directory hierarchy in that directory"))
cmd.Flags().StringVar(&o.OutputDir,"output-directory",o.OutputDir,i18n.T("Where to output the files. If empty or '-' uses stdout, otherwise creates a directory hierarchy in that directory"))
cmd.Flags().StringSliceVar(&o.Namespaces,"namespaces",o.Namespaces,"A comma separated list of namespaces to dump.")
cmd.Flags().StringSliceVar(&o.Namespaces,"namespaces",o.Namespaces,"A comma separated list of namespaces to dump.")
cmd.Flags().BoolVar(&o.AllNamespaces,"all-namespaces",o.AllNamespaces,"If true, dump all namespaces. If true, --namespaces is ignored.")
cmd.Flags().BoolVar(&o.AllNamespaces,"all-namespaces",o.AllNamespaces,"If true, dump all namespaces. If true, --namespaces is ignored.")