Skip to main content

Module cli

Module cli 

Source

Modules§

command
Async handlers for every cli leaf command (except api, schemas, the internal instance subprocess runner, and clap’s external plugin dispatch). Stubs today; typed Args
plugins
Plugin protocol wire types and (future) helpers.

Structs§

Error
A failure or advisory written to stdout. fatal: true means the process is exiting with a non-zero status; fatal: false is a non-blocking warning (e.g. auto-update failed but the requested command still ran).

Enums§

ErrorType
Single-variant discriminator for Error’s type field. Always "error" on the wire.
Level
Severity matching the conventions used by bunyan / pino / log crate JSON encoders. fatal is encoded separately on Error.