Skip to main content

StrippedArgs

Type Alias StrippedArgs 

Source
pub type StrippedArgs = (Vec<(String, Arg)>, Vec<Arg>);
Expand description

Result of flag stripping: (extracted_flags, remaining_positional_args).