Skip to content

1.0.0

Compare
Choose a tag to compare
@UrsaDK UrsaDK released this 13 Jan 10:23
· 37 commits to master since this release

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