Skip to content

Commit

Permalink
Merge pull request #80 from tomalecpub/master
Browse files Browse the repository at this point in the history
Allow to define runtime "_" in configuration file
  • Loading branch information
jannon committed Mar 16, 2012
2 parents 4262c1f + 96fd068 commit 55d2b2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jsdoc.js
Expand Up @@ -165,6 +165,10 @@ function main() {
env.opts[opt] = env.conf.opts[opt];
}
}
// command file list is concatenated after conf list
if( env.conf.opts._ ){
env.opts._ = env.conf.opts._.concat( env.opts._ );
}
}

if (env.opts.query) {
Expand Down

0 comments on commit 55d2b2c

Please sign in to comment.