pub type StrippedArgs = (Vec<(String, Arg)>, Vec<Arg>);
Result of flag stripping: (extracted_flags, remaining_positional_args).