We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c309ad2 commit ca8e3fcCopy full SHA for ca8e3fc
src/test/java/picocli/DefaultProviderTest.java
@@ -467,7 +467,6 @@ class Issue1848CommandConfigOptions {
467
}
468
469
static class Issue1848CommandDefaultProvider implements CommandLine.IDefaultValueProvider {
470
- @Override
471
public String defaultValue(CommandLine.Model.ArgSpec argSpec) throws Exception {
472
// Commenting out for now as I'm unsure if it's expected behavior for default values supplied to a required
473
// option, should result in that option's help/usage information indicating that the option is not required.
0 commit comments