We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c626c commit 98d8ebeCopy full SHA for 98d8ebe
1 file changed
src/main/java/org/apache/commons/cli/CommandLine.java
@@ -252,6 +252,7 @@ public Object getOptionObject(final String optionName) {
252
System.err.println("Exception found converting " + optionName + " to desired type: " + pe.getMessage());
253
return null;
254
}
255
+
256
257
258
/**
0 commit comments