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
In some areas, plugins are prefixed with woof-plugin-*. At other times, they are not. Unify this.
woof-plugin-*
Clarify how tool selection works when a plugin only has ONE tool, or it wants to choose a tool by default.
For example, the python tool may have the tools python, micropython, jpython.
python
micropython
jpython
python:{python,micropython}
python/
python/:default
python/p
The text was updated successfully, but these errors were encountered:
hyperupcall
No branches or pull requests
In some areas, plugins are prefixed with
woof-plugin-*
. At other times, they are not. Unify this.Clarify how tool selection works when a plugin only has ONE tool, or it wants to choose a tool by default.
For example, the
python
tool may have the toolspython
,micropython
,jpython
.python:{python,micropython}
-> does what you expectpython
-> show tool selection menupython/
-> show tool selection menupython/:default
python/p
The text was updated successfully, but these errors were encountered: