summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRick Hull <rick.hull@gmail.com>2014-12-29 01:36:32 -0500
committerRick Hull <rick.hull@gmail.com>2014-12-29 12:31:20 -0500
commit1ef4327cef9f74caaafc2dcb8201aa71f0eff17d (patch)
tree208fa3000a76e28b0fa51c2f701fe8f46c9149e9 /README.md
parent6e0db709d5c77d9cca1559da8a118d358734275f (diff)
downloadslop-1ef4327cef9f74caaafc2dcb8201aa71f0eff17d.tar.gz
add Float support
- in lib/ - in test/ - in 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 a12491d..f5338dc 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ Built in Option types are as follows:
o.string #=> Slop::StringOption, expects an argument
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.null #=> Slop::NullOption, no argument and ignored from `to_hash`
o.on #=> alias for o.null