Skip to content

Commit

Permalink
Adding note about delimiter option
Browse files Browse the repository at this point in the history
  • Loading branch information
ruby0x1 committed Dec 1, 2013
1 parent c29c9f6 commit 642cc55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

### Arguable is a simple argument parser for [Haxe](http://haxe.org/)
---

Expand All @@ -9,6 +8,8 @@ Arguable parsers arguments in the form of :
`--argument value`
`--argument`

**Note** the delimiter can be set by `arguable.ArgParser.delimiter = '-'` or similar;

If arguments are passed incorrectly, for example `--argument value value` or `arg`,
the results will include the valid and invalid results in the set.

Expand Down

0 comments on commit 642cc55

Please sign in to comment.