jakejs / jake

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
http://jakejs.com
Apache License 2.0
1.97k stars 190 forks source link

Tasks command line argument ignores jakefile/f argument if it's placed first #276

Closed jdfm closed 8 years ago

jdfm commented 9 years ago

jake --tasks -f ./my/super/Jakefile.js -> fails jake -f ./my/super/Jakefile.js --tasks -> works

Why is it so important that the tasks argument come after the jakefile define?