We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65577f5 commit 3e90b67Copy full SHA for 3e90b67
README.md
@@ -12,7 +12,7 @@ The following features are supported:
12
- Single dash and double dash options (`-d` OR `--date`)
13
- Boolean options (`-p` without a value)
14
- Compounded options (`-dpi` translates to `-d`, `-p` and `-i`)
15
-- Multiple options exported in arrays (`--date foo1 -d foo2 --date foo3` exports to `"foo1", "foo2", "foo3", etc`)
+- Multiple options exported in arrays (`--date foo1 -d foo2 --date foo3` exports to `"foo1", "foo2", "foo3"`)
16
- Catch-all Method
17
- Custom Methods
18
- Parsed options are exported into `EXPORTS`
0 commit comments