Expand description
Utilities to handle program arguments and other values of interest.
Modules§
- Utilities to collate errors of common operations into one error type.
Functions§
- Returns the name of the agent for identification towards a remote server as statically known when compiling the crate. Suitable for both
gitservers and HTTP servers, and used unless configured otherwise. - Equivalent to
std::env::args_os(), but with precomposed unicode on MacOS and other apple platforms. It does not change the input arguments on any other platform. - Like
args_os(), but with theprecompose_unicodeparameter akin tocore.precomposeUnicodein the Git configuration. - Convert the given
inputinto aBString, useful for usage inclap.