Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all CLI options are passed to jsdoc #57

Closed
donotknow opened this issue Nov 14, 2013 · 1 comment
Closed

Not all CLI options are passed to jsdoc #57

donotknow opened this issue Nov 14, 2013 · 1 comment

Comments

@donotknow
Copy link
Contributor

If I configure a 'match' or 'query' option, the values aren't passed to the jsdoc CLI:

jsdoc: {
    dist: {
        src: ['tasks/**.js', 'tasks/lib/*.js'],
        options: {
            destination: 'doc',
            match: 'tag',
            query: 'param=value'
        }
    },
},

The options in debug mode show:

[D] { private: true, destination: 'doc' }

And the jsdoc that runs is:

[D] Running : node_modules/jsdoc/jsdoc --private --destination doc tasks/jsdoc-plugin.js tasks/lib/exec.js

I believe the match and query (not sure what query does though, but I noticed it was missing as well when match wasn't there), should be passed to the CLI options?

@krampstudio
Copy link
Owner

fixed by PR #58 and published to npm in version 0.4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants