Function git_repository::env::args_os
source · pub fn args_os() -> impl Iterator<Item = OsString>
Available on non-Apple only.
Expand description
Equivalent to std::env::args_os()
, but with precomposed unicode on MacOS and other apple platforms.