We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de38262 commit 9549a14Copy full SHA for 9549a14
README.md
@@ -13,7 +13,7 @@ An annotated class looks like this
13
@CommandLineArguments
14
abstract class MyArguments {
15
16
- @PositionalParameter
+ @PositionalParameter(optional = true)
17
abstract Optional<Path> path();
18
19
@Parameter(optional = true, longName = "verbosity", shortName = 'v')
0 commit comments