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.