mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
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