Skip to main content

Module cli

Module cli 

Source
Expand description

CLI adapter for the shared application service.

Structs§

CliCommand
Parsed CLI command.
CliDiagnostic
Structured parse diagnostic produced from the CLI grammar.
CliProcessOutput
Rendered stdout/stderr for the process entry point.

Enums§

CliAction
CLI action after global options are removed.
CliError
CLI adapter error.
OutputFormat
Supported CLI output formats.
ServiceMcpTransport
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.