summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2015-05-18 21:15:33 +0100
committerLee Jarvis <ljjarvis@gmail.com>2015-05-18 21:15:33 +0100
commit0caaa41b203cab8c577f861229407848d2daf7f7 (patch)
tree51269d6db0529a3a665b74e4785b584925e7d3b2 /README.md
parentdc9db2ad63cdb61031f3081ba5d1bf9b2ed846f7 (diff)
downloadslop-0caaa41b203cab8c577f861229407848d2daf7f7.tar.gz
Add regexp option to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a71d4b4..6d916a0 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,7 @@ o.bool #=> Slop::BoolOption, no argument, aliased to BooleanOption
o.integer #=> Slop::IntegerOption, expects an argument, aliased to IntOption
o.float #=> Slop::FloatOption, expects an argument
o.array #=> Slop::ArrayOption, expects an argument
+o.regexp #=> Slop::RegexpOption, expects an argument
o.null #=> Slop::NullOption, no argument and ignored from `to_hash`
o.on #=> alias for o.null
```