pub fn init(options: &InitOptions) -> Result<InitOutcome, AppError>Expand description
Install or reinstall an instance.
§Errors
AppError::Usage for a target the arguments cannot mean,
AppError::Marker for a configuration whose markers cannot be trusted,
and AppError::Refused when the apply could not complete — the target
is restored before that returns.