yhsiang / irccloud-cli

IRCCloud Commandline Interface
MIT License
24 stars 5 forks source link

livescript 1.3+ eats command line arguments #14

Closed bramp closed 8 years ago

bramp commented 9 years ago

Previously you could type bin/ic -P . -v however, livescript now thinks the -P is for it, so it displays a error message. The correct new command line is: bin/ic -- -P . -v

There is a bug against livescript https://github.com/gkz/LiveScript/issues/610 to resolve this. Until then maybe the documentation should be updated?

yhsiang commented 9 years ago

sure, I will take this :)

yhsiang commented 8 years ago

Rewrite with ES2015. So close this issue.