Skip to content

1.1.0

Compare
Choose a tag to compare
@UrsaDK UrsaDK released this 20 Jan 15:40
· 30 commits to master since this release

getopts_long is a pure BASH "upgrade" on top of the built-in getopts. It is written in pure BASH, has no external dependencies, and provides support for GNU-style long options:

  • --option
  • --option value
  • --option=value.

As of this release getopt_long is 100% compatible with the built-in getopts, and can be used as its drop-in replacement.