pub async fn execute(args: InstallArgs) -> Result<(), InstallError>Expand description
Run the install pipeline, returning a typed result. Useful for tests
that need to inspect the error path; the CLI entry run converts
this into an ExitCode.
pub async fn execute(args: InstallArgs) -> Result<(), InstallError>Run the install pipeline, returning a typed result. Useful for tests
that need to inspect the error path; the CLI entry run converts
this into an ExitCode.