You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/rrajesh1979/demo/MyCheckSum.java
+26-1Lines changed: 26 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,12 @@
26
26
importlombok.extern.slf4j.Slf4j;
27
27
importpicocli.CommandLine;
28
28
29
-
@CommandLine.Command(name = "mychecksum", mixinStandardHelpOptions = true, version = "mychecksum 0.0.8", description = "Prints the checksum (MD5 by default) of a file to STDOUT.")
29
+
/**
30
+
* @author rrajesh1979
31
+
* @version 0.0.9
32
+
* @since 2021-Jan-01
33
+
*/
34
+
@CommandLine.Command(name = "mychecksum", mixinStandardHelpOptions = true, version = "mychecksum 0.0.9", description = "Prints the checksum (MD5 by default) of a file to STDOUT.")
0 commit comments