bash3boilerplate/test/scenario
Manuel Streuhofer 9350e0574c added automatic usage validation for required args
If the description of an option contains the single word sentence
'Required.' it is understood as a required argument and automatic
validation will make sure that it is set or end the script by calling
help.

Alternatively, if the argument within the __usage string is {arg}
instead of [arg] it is understood as a required argument and automatic
validation will make sure that it is set or end the script by calling
help (even if 'Required.' is not in the description).

Closes #22
2016-12-09 00:54:52 +01:00
..
ini_val Use accptst prefix so we can re-use this thing elsewhere 2016-02-23 10:06:45 +01:00
main-debug Use accptst prefix so we can re-use this thing elsewhere 2016-02-23 10:06:45 +01:00
main-help added automatic usage validation for required args 2016-12-09 00:54:52 +01:00
main-longopt Use accptst prefix so we can re-use this thing elsewhere 2016-02-23 10:06:45 +01:00
main-nocolor Use accptst prefix so we can re-use this thing elsewhere 2016-02-23 10:06:45 +01:00
main-usage-defaults removed all usage of eval, proper usage of unset 2016-12-06 18:06:25 +01:00
main-usage-validation added automatic usage validation for required args 2016-12-09 00:54:52 +01:00
megamount Add tests for megamount and follow Library export best practices 2016-02-17 13:38:55 +01:00
parse_url Add tests for parse_url and follow Library export best practices 2016-02-17 12:58:18 +01:00
templater Add tests for templater and follow Library export best practices 2016-02-17 13:19:03 +01:00