You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
@williamjamir What do you think?
What about something like $ polyenv languages to print all the available languages (with the available_languages() function) and $ polyenv languages cpp to work like a | grep -i, to help users search for their desired language.
I think polyenv languages is a good solution for this, I'm just concerned with how we would implement.
We can use @click.group and have two different commands (therefore losing the "default calling")
Keep the default invocation, but making all arguments as optional (including "languages") and enforcing by hand that if languages is Nonelanguage and file_path should be passed
It would be nice to have a command to list the available languages and how should one call them, or even have some alias.
For example, to run C++, one has to call
$ polyenv cpp-gcc test.cpp
which is really non intuitive.This is the json with all the available languages:
https://tio.run/languages.json
The text was updated successfully, but these errors were encountered: