pub fn os_str_to_bstring(input: &OsStr) -> Result<BString, String>
Expand description

Convert the given input into a BString, useful as #[clap(parse(try_from_os_str = git::env::os_str_to_bstring))] function.