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
Currently if you try a language that it does not know it just says:
Unknown language: someLanguage
It would be nice if it listed the available languages like:
Unknown language: someLanguage Try one of these: nim, rust
The text was updated successfully, but these errors were encountered:
Add: failing test for #141
2b3b037
Start with branch: 141-language-runner-list-available-languages-on-no-match as your base which includes a failing test that you can get passing.
141-language-runner-list-available-languages-on-no-match
Sorry, something went wrong.
No branches or pull requests
Currently if you try a language that it does not know it just says:
It would be nice if it listed the available languages like:
The text was updated successfully, but these errors were encountered: