docs/cli/tool.md
mise toolmise tool [FLAGS] <TOOL>src/cli/tool.rsGets information about a tool
<TOOL> — Tool name to get information about-J --json — Output in JSON format--active — Only show active versions--backend — Only show backend field--config-source — Only show config source--description — Only show description field--installed — Only show installed versions--requested — Only show requested versions--tool-options — Only show tool options-h --help — Print helpExamples:
$ mise tool node
Backend: core
Installed Versions: 20.0.0 22.0.0
Active Version: 20.0.0
Requested Version: 20
Config Source: ~/.config/mise/mise.toml
Tool Options: [none]