Add support for repeatable arguments (#118)

* Add support for declaring arguments as repeatable

If the usage of the argument includes the phrase "Can be repeated.",
the corresponding arg_ variable will be an array containing one element
per instance of the argument.

* Add example and test for using repeated parameters

* Add example and test for using repeated flags
This commit is contained in:
Lukas Stockner
2019-09-20 11:40:06 +02:00
committed by Kevin van Zonneveld
parent ff89a1154b
commit 95b9cb1469
10 changed files with 94 additions and 9 deletions

View File

@ -0,0 +1 @@
0