from_slice_with_config

Function from_slice_with_config 

Source
pub fn from_slice_with_config<'input, T: Facet<'static>>(
    args: &'input [&'input str],
    help_config: &HelpConfig,
) -> Result<T, ArgsErrorWithInput>
Expand description

Parse command line arguments with custom help configuration