From 0caaa41b203cab8c577f861229407848d2daf7f7 Mon Sep 17 00:00:00 2001 From: Lee Jarvis Date: Mon, 18 May 2015 21:15:33 +0100 Subject: Add regexp option to README --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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 ``` -- cgit v1.2.1