lukeed / taskr

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

CLI: Passing Fly Tasks #149

Closed lukeed closed 8 years ago

lukeed commented 8 years ago

One cannot pass more than 1 task name to Fly successfully.

# works, 'lint' task is run
fly lint

# fails, only 'scripts' task is run
fly lint scripts

Issue opened with Parsec here

ghost commented 8 years ago

82ae6a0d1d2f53d773f4d27f1b9eb5f5fb4a1e23