Skip to main content

run

Function run 

Source
pub async fn run(
    ref_: String,
    out_dir: Utf8PathBuf,
    figures_only: bool,
    mode: OutputMode,
    quiet_was_explicit: bool,
) -> Result<()>
Expand description

Run the source subcommand.

ยงErrors

Returns a typed ErrorCode as a process exit code via CliExit for the fetch/resolve failures; filesystem write failures surface as a generic non-zero exit through the top-level reporter.