We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437764f commit d0a99b8Copy full SHA for d0a99b8
lkql_jit/cli/src/main/java/com/adacore/lkql_jit/cli/LKQLLauncher.java
@@ -62,11 +62,6 @@ public static class LKQLRun implements Callable<Integer> {
62
+ " projects")
63
public boolean recursive;
64
65
- @CommandLine.Option(
66
- names = {"-j", "--jobs"},
67
- description = "Numbers of jobs to use. If zero, one job per CPU")
68
- public int jobs = 1;
69
-
70
@CommandLine.Option(
71
names = {"-v", "--verbose"},
72
description = "Enable the verbose mode")
0 commit comments