Module git_repository::env

source ·
Expand description

Functions

args_osNon-Apple
Equivalent to std::env::args_os(), but with precomposed unicode on MacOS and other apple platforms.
Convert the given input into a BString, useful as #[clap(parse(try_from_os_str = git::env::os_str_to_bstring))] function.