Skip to content

Commit

Permalink
Fixed broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
matejak committed Nov 7, 2016
1 parent ac00bd1 commit 0ffd4ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,19 @@ Aren't you tired of that? `getopt` is discouraged, `getopts` doesn't support lon

Give a `Argbash` a try and stop being terrorized by those pesky arguments! With Argbash, you will get:

* Make your existing script powered by `Argbash` [in a couple of minutes]()!
* Make your existing script powered by `Argbash` [in a couple of minutes](http://argbash.readthedocs.io/en/latest/#generating-a-template)!
* Fast, minimalistic declaration of arguments your script expects (see below for supported argument types).
* Generate script from definitions once and use it afterwards on all platforms that have `bash`!
* Definitions will stay embedded in few lines of the script itself (so you can use `Argbash` to regenerate the parsing part of your script easily).
* Re-use low-level `Argbash`-aware scripts by wrapping them by higher-level `Argbash`-aware ones conveniently, without duplicating code.
* Easy installation (optional). Just [grab a release](https://github.com/matejak/argbash/releases), unzip it, go inside and run `cd resources && make install` (you may want to run `sudo make install PREFIX=/usr/bin` for a system-wide installation).
* [Documentation](http://argbash.readthedocs.org/en/latest/) and [examples](resources/examples).

>Do you need an argument-parsing battleship full of features?
>No problem, we will make one for you.
>Or would you rather accept a parsing gunboat?
>Be our guest!
## What it is

Argbash is not a parsing library, but it is rather a code generator that generates a library tailor-made for your script.
Expand Down

0 comments on commit 0ffd4ae

Please sign in to comment.