pub fn execute(env: &Environment, steps: &[Step]) -> Result<String, Error>Expand description
Execute the side-effectful steps. Returns a human report. Failures are reported per step — onboarding never half-dies silently.
§Errors
Only on I/O failures writing the rc file; every other issue is reported in the returned text.