Skip to content

Commit

Permalink
Documented function signatures are useful for dynamically typed langu…
Browse files Browse the repository at this point in the history
…ages.
  • Loading branch information
chbrown committed Jul 13, 2013
1 parent 16b6d0e commit 855b20d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ present script similar to how `$0` works in bash or perl.

Check that certain conditions are met in the provided arguments.

`fn` is called with one argument, the parsed `argv` hash.

If `fn` throws or returns `false`, show the thrown error, usage information, and
exit.

Expand Down

0 comments on commit 855b20d

Please sign in to comment.