Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update HLL::CommandLine documentation mentioning optional values
  • Loading branch information
Tadeusz Sośnierz committed Aug 22, 2011
1 parent 3e5dcec commit 8d12a5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/HLL/CommandLine.pm
Expand Up @@ -44,7 +44,8 @@ Such a specification is the name of an option, optionally followed by the
C<=> equals sign and a single character describing the kind of value it expects.
Missing value specification or C<b> stand for C<bool>, ie the option does not
expect a value. C<s> stands for a string value.
(Optional values are not yet supported).
Optional values are only supported for string values so far. For the
value specified with C<s?> the value will default to ''.

=head2 add-stopper(String)
Expand Down

0 comments on commit 8d12a5c

Please sign in to comment.