lukeed / taskr

A fast, concurrency-focused task automation tool.
MIT License
2.53k stars 74 forks source link

Ignore cli arguments after double-hyphen #175

Closed danny-andrews closed 8 years ago

danny-andrews commented 8 years ago

This change allows users of fly to pass command line arguments for their tasks to consume, provided they are listed after a '--'. This is similiar to how npm scripts work: http://bit.ly/1W3ddqA.

Refs #164.

Documentation for the '--' minimist option can be found here.

danny-andrews commented 8 years ago

Closed in favor of !176. (I accidentally deleted my fork this PR was based off of.) ^_^