Skip to main content

run

Function run 

Source
pub fn run(
    args: &InitArgs,
    explicit_root: Option<&Path>,
    json: bool,
) -> Result<i32, MarsError>
Expand description

Run mars init.

Init creates a project at cwd or --root target. It does NOT walk up.