rune inspect
Prints exactly what rune run <name> would execute, and where every part of it came from. It
spawns nothing.
Fields
Chains
An extends chain prints as a line per link, base first:
Groups
For a group, the members are listed with the command each resolves to:
Arguments
Arguments after -- are appended and quoted the same way rune run would, so the printed command
is what would run.
--root inspects the root definition, ignoring package overrides.
Exit code
0 when the script resolves. 1 when the name is unknown, with the same suggestion and listing
rune run produces.