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.

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§

run
Runs the CLI command and renders its response.
run_with_service
Runs a parsed CLI command with an already composed service.