pub fn run(args: &InitArgs) -> Result<(), RkError>Expand description
Land the files for --tech into --target.
ยงErrors
Returns RkError::Usage for an unknown technology or pair,
RkError::Refusal when the target is missing, already carries a
record, or a rendered destination conflicts, RkError::Missing
when an apply resolves no repository, and RkError::Io on
filesystem failure.