Expand description
CLI adapter for the shared application service.
Structs§
- CliCommand
- Parsed CLI command.
- CliDiagnostic
- Structured parse diagnostic produced from the CLI grammar.
- CliProcess
Output - Rendered stdout/stderr for the process entry point.
Enums§
- CliAction
- CLI action after global options are removed.
- CliError
- CLI adapter error.
- Output
Format - Supported CLI output formats.
- Service
McpTransport - MCP transport option for foreground service mode.
Functions§
- process_
update_ notice - Renders best-effort process-only notices after primary command output is emitted.
- run
- Runs the CLI command and renders its response.
- run_
process - Runs the CLI command and renders only the command result.
- run_
with_ service - Runs a parsed CLI command with an already composed service.