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
regolith config <language>_command
Add config that let user specify where to look for the executable for a filter type.
python.command
python
python.install_command
pip
deno.command
deno
dotnet.command
dotnet
java.command
java
nim.command
nim
nim.install_command
nimble
node.command
node
node.install_command
npm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add config that let user specify where to look for the executable for a filter type.
python.command
- Python (defaultpython
)python.install_command
- Python (defaultpip
)deno.command
- Deno (defaultdeno
)dotnet.command
- .NET (defaultdotnet
)java.command
- Java (defaultjava
)nim.command
- Nim (defaultnim
)nim.install_command
- Nim (defaultnimble
)node.command
- Node JS (defaultnode
)node.install_command
- Node JS (defaultnpm
)The text was updated successfully, but these errors were encountered: