Expand description
Subcommand-plugin dispatcher.
Routes hm <unknown-verb> <args...> to the registered plugin
whose manifest’s SubcommandSpec.verb matches the first argv
token. The plugin parses its own argv internally; the host
forwards the raw args.
Functions§
- run
- Entry point: invoke a plugin-provided subcommand.
argvis the capturedexternal_subcommandargs INCLUDING the verb itself (clap’s convention). Returns the process exit code.