Skip to content

Commit 9549a14

Browse files
committed
update readme
1 parent de38262 commit 9549a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ An annotated class looks like this
1313
@CommandLineArguments
1414
abstract class MyArguments {
1515

16-
@PositionalParameter
16+
@PositionalParameter(optional = true)
1717
abstract Optional<Path> path();
1818

1919
@Parameter(optional = true, longName = "verbosity", shortName = 'v')

0 commit comments

Comments
 (0)