pub fn parse_args_from_providers<T>(
providers: &[&dyn ArgProvider],
) -> Result<T, ParseError>where
T: FromArgs,Expand description
This will load all the Arguments from the given Providers and then attempt
to parse an instance of T from that Collection of Arguments