pub async fn dispatch(args: CliArgs) -> Result<()>Expand description
Runs the requested subcommand.
Prefer crate::commands::run from new call sites; this remains the
shared implementation used by both layers.
pub async fn dispatch(args: CliArgs) -> Result<()>Runs the requested subcommand.
Prefer crate::commands::run from new call sites; this remains the
shared implementation used by both layers.