bash3boilerplate/test
Lukas Stockner 95b9cb1469 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
2019-09-20 11:40:06 +02:00
..
fixture Add support for repeatable arguments (#118) 2019-09-20 11:40:06 +02:00
scenario Add support for repeatable arguments (#118) 2019-09-20 11:40:06 +02:00
acceptance.sh close issue #108 (#109) 2018-09-03 12:00:55 +02:00
style.pl Issue 44 issue 21 issue 47 (#85) 2017-02-10 15:03:07 +01:00