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/com/legadi/cli/jurl/options/CleanOutputOption.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public String[] getArgs() {
29
29
30
30
@Override
31
31
publicStringgetDescription() {
32
-
return"Remove all the execution outputs and history files from\nthe specified date (inclusive): 'yyyy-MM-dd'.\nIf 'all' is received in the argument all output files\nwill be deleted.";
32
+
return"Remove all the execution outputs and history files from the specified date (inclusive): 'yyyy-MM-dd'. If 'all' is received in the argument all output files will be deleted.";
Copy file name to clipboardExpand all lines: src/main/java/com/legadi/cli/jurl/options/CustomClassOption.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ public String[] getArgs() {
29
29
30
30
@Override
31
31
publicStringgetDescription() {
32
-
return"Registers a custom class.\nIf there is an existing class that accepts the\nsame input the last one will be taken.\nThese are the allowed types:\n"
0 commit comments