bash3boilerplate/test/scenario
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
..
double-source fixup example.sh like 2.3.0 main.sh 2017-02-10 20:40:38 +01:00
ini_val fix shellcheck errors 2018-01-21 23:02:03 +01:00
main-debug fixup example.sh like 2.3.0 main.sh 2017-02-10 20:40:38 +01:00
main-help Cleanup all *.sh following shellcheck advice (#80) 2016-12-16 08:18:03 +01:00
main-longopt Cleanup all *.sh following shellcheck advice (#80) 2016-12-16 08:18:03 +01:00
main-nocolor fixup example.sh like 2.3.0 main.sh 2017-02-10 20:40:38 +01:00
main-repeated Add support for repeatable arguments (#118) 2019-09-20 11:40:06 +02:00
main-usage-defaults fix shellcheck errors 2018-01-21 23:02:03 +01:00
main-usage-validation close issue #108 (#109) 2018-09-03 12:00:55 +02:00
megamount Cleanup all *.sh following shellcheck advice (#80) 2016-12-16 08:18:03 +01:00
parse_url Cleanup all *.sh following shellcheck advice (#80) 2016-12-16 08:18:03 +01:00
templater fix templater.sh and associated test 2018-01-23 22:02:57 +01:00