krampstudio/grunt-jsdoc

private is always passed as command line option

phated opened this issue · 0 comments

Even if declared as private: false in the task options, it still passes the option to the command line and because it is just a flag, it triggers private always.

I tried setting it in my config.json but I guess command line flags take precedent.