Skip to main content

execute

Function execute 

Source
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.