We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3734335 commit 735cc9cCopy full SHA for 735cc9c
1 file changed
src/main/java/org/apache/commons/cli/ParseTest.java
@@ -38,7 +38,9 @@ public static void main(String[] args) throws ParseException {
38
ZonedDateTime zdt = ZonedDateTime.now( z ) ;
39
System.out.println(dtf.format(zdt));
40
}
41
-
+ if(cmd.hasOption("d")){
42
+ System.out.println("hello from dockerhub :)");
43
+ }
44
45
46
0 commit comments