dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
command.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f636d0
)
Update github description.
author
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Wed, 20 May 2015 22:53:05 +0000
(
00:53
+0200)
committer
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Wed, 20 May 2015 22:53:05 +0000
(
00:53
+0200)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index cb2c84fe1fa129c03a1e2e1ec894623a3658bf39..e5b69aaea687df1e429b8ac068b86476eae81678 100644
(file)
--- 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