cmd.Flags().Var(&postRendererString{p},postRenderFlag,"the path to an executable to be used for post rendering. If it exists in $PATH, the binary will be used, otherwise it will try to look for the executable at the given path")
cmd.Flags().Var(&postRendererArgsSlice{p},postRenderArgsFlag,"an argument to the post-renderer (can specify multiple)")
cmd.Flags().Var(&postRendererString{mainOptions},postRenderMainFlag,"the path to an executable to be used for post rendering CRDs and manifests. If it exists in $PATH, the binary will be used, otherwise it will try to look for the executable at the given path")
cmd.Flags().Var(&postRendererArgsSlice{mainOptions},postRenderMainArgsFlag,"an argument to the main post-renderer (can specify multiple)")
cmd.Flags().Var(&postRendererString{hooksOptions},postRenderHooksFlag,"the path to an executable to be used for post rendering hooks. If it exists in $PATH, the binary will be used, otherwise it will try to look for the executable at the given path")
cmd.Flags().Var(&postRendererArgsSlice{hooksOptions},postRenderHooksArgsFlag,"an argument to the hooks post-renderer (can specify multiple)")