pub fn handle_init(
cmd: InitCommand,
ctx: &CliConfig,
now: DateTime<Utc>,
) -> Result<()>Expand description
Handle the init command with Gather → Execute → Display pattern.
Args:
cmd: ParsedInitCommandfrom the CLI.ctx: CLI configuration with passphrase provider and repo path.
Usage:
ⓘ
handle_init(cmd, &ctx)?;