Add -cp to option help for compiler commands
Fixes gh-178
This commit is contained in:
@@ -168,6 +168,9 @@ public class OptionHandler {
|
||||
for (String option : descriptor.options()) {
|
||||
this.options.add((option.length() == 1 ? "-" : "--") + option);
|
||||
}
|
||||
if (this.options.contains("--cp")) {
|
||||
this.options.add("-cp");
|
||||
}
|
||||
this.description = descriptor.description();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user