Arg::parse accepts plain Args as argument

This commit is contained in:
Martin Hořeňovský
2020-11-07 17:51:50 +01:00
parent 2baa472bcc
commit 135103bacf
14 changed files with 84 additions and 12 deletions

View File

@@ -99,6 +99,7 @@ Nor would this
:test-result: PASS CAPTURE parses string and character constants
:test-result: PASS Capture and info messages
:test-result: PASS Character pretty printing
:test-result: PASS Clara::Arg supports single-arg parse the way Opt does
:test-result: PASS Combining MatchAllOfGeneric does not nest
:test-result: PASS Combining MatchAnyOfGeneric does not nest
:test-result: PASS Combining MatchNotOfGeneric does not nest