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
Resolves#57
This pr adds an `isntall` subcommand that lets the user install any of
the hardcoded tools. As a bonus it also implements the `From` trait to
convert from `ToolInfo` To `ConfigAsset`.
### Additional tasks
- [x] Documentation for changes provided/changed
- [x] Tests added
This command can install a single tool from the repo and update the default configuration as well.
In the first version of this command, it should only support the installation of known tools with the command like:
If the tool is unknown, it should print the error message:
The specific behaviour:
The text was updated successfully, but these errors were encountered: