pub fn run_project( input: Option<PathBuf>, args: Vec<String>, optimize: u8, verbose: bool, ) -> Result<()>