Searched refs:arg_from_usage (Results 1 – 2 of 2) sorted by relevance
82 .arg_from_usage("-o --option [scoption]... 'tests options'") in complex_app()83 .arg_from_usage("-s --subcmdarg [subcmdarg] 'tests other args'") in complex_app()84 .arg_from_usage("[scpositional] 'tests positionals'")) in complex_app()
836 pub fn arg_from_usage(mut self, usage: &'a str) -> Self { in arg_from_usage() method