parent
24eefcc1c6
commit
71cf472116
|
|
@ -127,7 +127,7 @@ public class InitCommand extends OptionParsingCommand {
|
||||||
this.target = option(Arrays.asList("target"), "URL of the service to use")
|
this.target = option(Arrays.asList("target"), "URL of the service to use")
|
||||||
.withRequiredArg()
|
.withRequiredArg()
|
||||||
.defaultsTo(ProjectGenerationRequest.DEFAULT_SERVICE_URL);
|
.defaultsTo(ProjectGenerationRequest.DEFAULT_SERVICE_URL);
|
||||||
this.listCapabilities = option(Arrays.asList("list", "l"),
|
this.listCapabilities = option(Arrays.asList("list"),
|
||||||
"List the capabilities of the service. Use it to discover the "
|
"List the capabilities of the service. Use it to discover the "
|
||||||
+ "dependencies and the types that are available");
|
+ "dependencies and the types that are available");
|
||||||
projectGenerationOptions();
|
projectGenerationOptions();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue