pub fn parse_env<T: FromArgs>() -> ParseResult<T>Expand description
Parse arguments from the environment.
This is a convenience function for calling parse(std::env::args_os()).
pub fn parse_env<T: FromArgs>() -> ParseResult<T>Parse arguments from the environment.
This is a convenience function for calling parse(std::env::args_os()).