Skip to main content

Module cli

Module cli 

Source
Expand description

CLI process bootstrap entry points.

These functions are the documented process-level facade for CLI execution. They own process inputs such as cwd and delegate command behavior to the interface layer after process-local contracts are resolved.

Re-exports§

pub use crate::interfaces::cli::CliError;
pub use crate::interfaces::cli::CliProcessOutput;

Functions§

process_update_notice
Renders best-effort process notices after primary CLI output is emitted.
run_process
Runs a CLI process invocation through the outer bootstrap layer.