pub_just::run

Function run

Source
pub fn run(
    args: impl Iterator<Item = impl Into<OsString> + Clone>,
) -> Result<(), i32>
Expand description

Main entry point into just. Parse arguments from args and run.