Skip to main content

arg_matcher

Function arg_matcher 

Source
pub fn arg_matcher(bin_name: &str, args: &[Arg]) -> Command
Expand description

Returns the argument matcher for the CLI.

ยงPanics

  • if duplicate argument short options are found - which is a programmer error