Enkaidu::Slash::ToolsetCommand
Inherits Enkaidu::Slash::Command < Reference < Object
Constants
HELP = "#{HELP_BRIEF}\n- `ls`\n - List all built-in and available toolsets that can be enabled / activated\n- `load <TOOLSET_NAME>`\n - Load all the tools from the named toolset\n- `load <TOOLSET_NAME> select=LIST_TOOL_NAMES`\n - Load the selected tools from the named toolset\n - E.g. `/toolset load FileManagement select=[list_files rename_file]`\n- `unload <TOOLSET_NAME>`\n - Unload all the tools from the named toolset"
HELP_BRIEF = "`#{NAME} [<sub-command>]` - Manage toolsets"
NAME = "/toolset"
Instance methods
name
Source