gsscoder/commandline

MinimumElements for ValueListAttribute

hakito opened this issue · 0 comments

Currently it is only possible to provide a MaximumElements parameter to limit the upper bound.

Suppose I have a command line syntax expecting 1 or more paths, the parser does not fail if not at least one path is specified.