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§

runDeprecated
Runs the CLI command and renders its response.
run_processDeprecated
Runs the CLI command and renders only the command result.
run_with_service
Runs a parsed CLI command with an already composed service.