Skip to content

Commit

Permalink
expand the description a little
Browse files Browse the repository at this point in the history
  • Loading branch information
copenhas committed Dec 23, 2012
1 parent fb12e07 commit c507039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# funs
A friendly somewhat familiar argument parser to make great APIs easier
A friendly somewhat familiar argument parser to make great APIs easier.

Sort of like a simpler regular expression matching for arguments and types instead of characters.
It handles function argument specs/patterns and sanitizes them a little. Sort of like a simpler regular expression matching for arguments and types instead of strings and characters. Which means less argument parsing for you just because you want an optional argument or require something to be a function.

[![Build Status](https://travis-ci.org/copenhas/funs.png)](https://travis-ci.org/copenhas/funs)

Expand Down

0 comments on commit c507039

Please sign in to comment.