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