/toolset
Manage toolsets.
| Sub-command | Usage | Description |
|---|---|---|
| ls | /toolset ls |
List all built-in toolsets available for activation |
| load | /toolset load <TOOLSET_NAME> [select=<TOOL_NAMES>] |
Load all the tools from the specified toolset (optionally selecting specific ones) |
| unload | /toolset unload <TOOLSET_NAME> |
Unload all the tools from the specified toolset |
ls
Usage: /toolset ls
List all built-in toolsets available for activation.
load
Usage: /toolset load <TOOLSET_NAME> [select=<TOOL_NAMES>]
Load all the tools from the specified toolset. You can optionally specify a list of tools to load using the select= parameter (e.g., /toolset load FileManagement select=list_files,rename_file).
unload
Usage: /toolset unload <TOOLSET_NAME>
Unload all the tools from the specified toolset.