//! `init` subcommand: runtime-shape.
//!
//! Projects the flags into the installer's options and prints its report.
//! Install semantics live in `services::installer`.
use crateInitArgs;
use crateAppContext;
use crateAppError;
use crateoutput;
use crate;
/// Install the payload into a target repository.
///
/// # Errors
///
/// Whatever the installer refuses; see [`init`].