From 38bb4b7acf0c24e6f11dd335fd354fb7f9b576f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Thu, 21 May 2015 00:53:05 +0200 Subject: [PATCH] Update github description. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb2c84f..e5b69aa 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,9 @@ More complex example: Above code allows us to: -Parameters wrapped in Required class, have validator which checks if argument +Parameters wrapped in Required class, have validator which checks if argument is +passed: + $ ./a.out *Input values* is required @@ -136,6 +138,7 @@ Parameters wrapped in Required class, have validator which checks if argument Option: f failed value conversion to the required type For MultiValue Parameters each value is passed to the given function: + $ ./a.out 1-0-1 Argument: 1 Argument: 0 -- 2.30.2