-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Won't run from CLI - bad option name files
#1583
Comments
try |
Same problem (I had already tried that, actually, but I re-ran it just to be sure)...
|
What environment are you running this in? Maybe come over to gitter and we can chat. |
Hi! Mac OS X 10.13.6, with What is |
Sorry -- I missed your message last night. I have signed in this morning, if you are still interested/available... |
I worked with @bitwiseman on Gitter, and the problem is that the long-form of the argument is now Either the help message needs to be updated, or the argument parsing code needs to be fixed to recognize Thanks muchly, |
files
Hi! I tried using
js-beautify
this morning and got an error. I've updated to version 1.8.8, but I still get an error.This happens regardless of what options I try to pass. I've added the "indent-level" option, and the "eol" option, but it doesn't work.
I think there is some sort of error in the options parsing?
My usual use case is in a pipeline, with a bunch of options passed, but I was able to get rid of all of them (as you can see above), and it's still an issue.
The text was updated successfully, but these errors were encountered: