pub fn run_init(
client: Option<&str>,
scope: ScopeRequest,
dry_run: bool,
skip_instructions: bool,
) -> Result<(), CliError>Expand description
Run the seshat init command.
scope: Auto = smart project-first + global fallback (default),
Project = project only, Global = global only.