From c5ba5d61bc9d23cbc9071ab4f5906895da64eeff Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Tue, 2 Jul 2013 10:04:48 -0400 Subject: [PATCH] Initial commit, everything appears to work --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0e39489..712c0eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ cmdarg ====== + source cmdarg.sh + +Enjoy + +Usage +===== + cmdarg is a helper library I wrote for bash scripts because, at current, option parsing in bash (-foo bar, etc) is really hard, lots harder than it should be, given bash's target audience. So here's my solution. There are 4 functions you will care about: cmdarg