Skip to main content

Module cli

Module cli 

Source
Expand description

CLI-specific integration API.

Use this only when the consumer needs to embed command dispatching.

Re-exportsยง

pub use crate::output::CommandOutput;
pub use crate::output::OutputFormat;
pub use crate::dispatch;
pub use crate::map_anyhow_error;
pub use crate::Cli;
pub use crate::Command;