We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d6bd0 commit 07273c4Copy full SHA for 07273c4
README.md
@@ -388,8 +388,8 @@ parser.Bindings(BindingFlags.Public | BindingFlags.Instance);
388
## //TODO
389
390
- Reverse positional indexing
391
-- Passing multiple comma-separated values
392
- Specifying possible values. (f.e bacon|onions|tomatoes) Will be doable by default with regex, but enum support will be nice.
393
- Value type validation within the library with custom errors
394
- Recursive help flag for commands
395
-- Support for appending the same parameter into enumerables
+- Support for appending the same parameter into collections
+- Better support for mixing command parameters with parent parameters
0 commit comments