From b9a0ee854099648510932cf47227250482e9ca20 Mon Sep 17 00:00:00 2001 From: Koichi Nakashima Date: Sun, 28 Feb 2021 13:13:47 +0900 Subject: [PATCH] Add getoptions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c535e42..5cf4d93 100644 --- a/README.md +++ b/README.md @@ -381,6 +381,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [Fishtape](https://github.com/jorgebucaran/fishtape) - TAP producer and test harness for fish * [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions * [dispatch](https://github.com/Mosai/workshop/blob/master/doc/dispatch.md) - A command line argument parser in 50 lines of portable shell script. +* [getoptions](https://github.com/ko1nksm/getoptions) - An elegant option parser for shell scripts (sh, bash and all POSIX shells) * [is.sh](https://github.com/qzb/is.sh) - An alternative for builtin test command, it will make your "if" statements pretty * [lumberjack](https://github.com/molovo/lumberjack) - A logging interface for shell scripts * [mo](https://github.com/tests-always-included/mo) - Mustache templates in pure bash