We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The help for the -l and --language message isn't clear.
-l
--language
$ codestyle -l python pkg /Users/pumazi/.environments/cnx/bin/codestyle: Unsupported language: python Supported extensions: .php, .css, .js, .less, .html, .py
Ok, so as a result of this, I'm thinking... should I use .py as the language value?
.py
$ codestyle -l .py pkg /Users/pumazi/.environments/cnx/bin/codestyle: Unsupported language: .py Supported extensions: .php, .css, .js, .less, .html, .py
Then trying py seems to work, but it's still telling me about not having jscs installed?
py
jscs
$ codestyle -l py pkg Checking external dependencies.... jscs is not installed
Just thought I'd take the time to give some usuability feedback. Hopefully it's helpful. 😄
The text was updated successfully, but these errors were encountered:
Thanks for your feedback, pumazi! What's about the new pull request? :-)
Sorry, something went wrong.
No branches or pull requests
The help for the
-l
and--language
message isn't clear.Ok, so as a result of this, I'm thinking... should I use
.py
as the language value?Then trying
py
seems to work, but it's still telling me about not havingjscs
installed?Just thought I'd take the time to give some usuability feedback. Hopefully it's helpful. 😄
The text was updated successfully, but these errors were encountered: