From a28bf8a93d314dd5ff36e60cabefbcef4d6347a8 Mon Sep 17 00:00:00 2001 From: Alexandre Gaigalas Date: Wed, 17 Sep 2014 21:30:45 -0300 Subject: [PATCH] Adding dispatch, a portable lightweight argument parser --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c4b072..a236a50 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing bash scripts * [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System * [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. * [sub](https://github.com/basecamp/sub) - a delicious way to organize programs ## Multimedia