Skip to content
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

Usability issue; it's not clear what 'language name' should be #3

Open
mmulich opened this issue Sep 28, 2016 · 1 comment
Open

Usability issue; it's not clear what 'language name' should be #3

mmulich opened this issue Sep 28, 2016 · 1 comment

Comments

@mmulich
Copy link

mmulich commented Sep 28, 2016

The help for the -l and --language message isn't clear.

$ 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?

$ 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?

$ 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. 😄

@selevit
Copy link
Member

selevit commented Sep 28, 2016

Thanks for your feedback, pumazi!
What's about the new pull request? :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants