v2.7.0
Added the parse_known_args and try_parse_known_args methods to the argument_parser class, which do not throw on unknown/unrecognized command-line arguments, but collect them and return them as a parsing result
Added the parse_known_args and try_parse_known_args methods to the argument_parser class, which do not throw on unknown/unrecognized command-line arguments, but collect them and return them as a parsing result