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,"the args to an executable to be used for post rendering. (can specify multiple)")
cmd.Flags().Var(&postRendererArgsSlice{p},postRenderArgsFlag,"an argument to the post-renderer (can specify multiple)")