Structs§
- Command
Arg - Argument descriptor for a command
- Command
Descriptor - Descriptor for a command available in a session
- Command
Execution Context - Context handed to
crate::capabilities::Capability::execute_commandwhen a system command is dispatched. Carries only data that is safe to expose across the trait surface; capabilities that need handles to runtime state (provider store, file system, etc.) own those references directly via the capability’s constructor. - Command
Result - Result of executing a system command
- Execute
Command Request - Request payload for executing a system command
Enums§
- Command
Source - Where a command originates from