Skip to content

Commit 8d12a5c

Browse files
author
Tadeusz Sośnierz
committed
Update HLL::CommandLine documentation mentioning optional values
1 parent 3e5dcec commit 8d12a5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/HLL/CommandLine.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ Such a specification is the name of an option, optionally followed by the
4444
C<=> equals sign and a single character describing the kind of value it expects.
4545
Missing value specification or C<b> stand for C<bool>, ie the option does not
4646
expect a value. C<s> stands for a string value.
47-
(Optional values are not yet supported).
47+
Optional values are only supported for string values so far. For the
48+
value specified with C<s?> the value will default to ''.
4849

4950
=head2 add-stopper(String)
5051

0 commit comments

Comments
 (0)