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