1.0.0
Command line parsing in bash scripts is rarely a simple job. The built-in getopts
only supports single-character option, and I often find myself wishing for GNU style long options...
getups_long
is an "upgrade" to the built-in getopts
, which supports the following long options on top of everything the builtin getups
already does:
--option
--option value
--option=value