Expand description
Helpers for one plugin to dispatch to another via the ready-set core.
All inter-plugin calls go through the dispatcher (not directly to a
ready-set-<name> binary) so PATH semantics and built-in resolution stay
consistent. The env contract is forwarded automatically.
Structs§
- Dispatch
Builder - Builder for a dispatched subcommand call.
Enums§
- Dispatch
Outcome - Outcome of a dispatched subcommand.
Functions§
- export_
contract - Export the dispatcher env contract onto
cmdfromctx.