pub async fn run<F: ModelFactory, R: Renderer>(
factory: &F,
renderer: &R,
args: &[String],
) -> Result<()>Expand description
Run a model-driven CLI.
args is the list of positional arguments after any global flags
(region, profile, etc.) have been stripped out.