Enkaidu::Session::Toolsets
Instance methods
list_active_tools
Sourcelist_available_toolsets
Sourcelist_tool_details(tool_name)
Sourceload_tools_across_toolsets(tool_names : Enumerable(String))
This is for use by the tool for installing tools, and it searches across all toolsets.
load_toolset_by(name, select_tools : Enumerable(String) | Nil = nil, auto = false) : Nil
Sourcetool_loaded?(name : String)
Sourcetools_catalog_builder(json : JSON::Builder) : Nil
Adds an array of tools to the JSON builder. Call it when ready for an array value.
unload_all_toolsets
Sourceunload_toolset_by(name, auto = false)
Source