pub fn run( args: impl Iterator<Item = impl Into<OsString> + Clone>, ) -> Result<(), i32>
Main entry point into just. Parse arguments from args and run.
just
args