A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/krampstudio/grunt-jsdoc/issues/57 below:

Not all CLI options are passed to jsdoc · Issue #57 · krampstudio/grunt-jsdoc · GitHub

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?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4