pub fn args_os() -> impl Iterator<Item = OsString>
Equivalent to std::env::args_os(), but with precomposed unicode on MacOS and other apple platforms.
std::env::args_os()