IanVS / eslint-nibble

Ease into ESLint, by fixing one rule at a time
MIT License
787 stars 29 forks source link

Use optionator for cli arguments #9

Closed IanVS closed 9 years ago

IanVS commented 9 years ago

This will allow greater flexibility in the future if named arguments are added, perhaps to pass along to ESLint for instance.

However, the current default behavior of executing against cwd will be broken. And actually, I think it's better to not have such a default. Instead, the help screen is displayed if no arguments are given.