Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class AddCmd extends AbstractStudiosCmd{
@CommandLine.Mixin
public StudioConfigurationOptions studioConfigOptions;

@CommandLine.Option(names = {"-a", "--autoStart"}, description = "Create Studio and start it immediately, defaults to false.", defaultValue = "false")
@CommandLine.Option(names = {"-a", "--auto-start"}, description = "Create Studio and start it immediately, defaults to false.", defaultValue = "false")
public Boolean autoStart;

@CommandLine.Option(names = {"--wait"}, description = "Wait until Studio is in RUNNING status. Valid options: ${COMPLETION-CANDIDATES}.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class StartAsNewCmd extends AbstractStudiosCmd{
@CommandLine.Mixin
public StudioConfigurationOptions studioConfigOptions;

@CommandLine.Option(names = {"-a", "--autoStart"}, description = "Create Studio and start it immediately, defaults to false.", defaultValue = "false")
@CommandLine.Option(names = {"-a", "--auto-start"}, description = "Create Studio and start it immediately, defaults to false.", defaultValue = "false")
public Boolean autoStart;

@CommandLine.Option(names = {"--wait"}, description = "Wait until Studio is in RUNNING status. Valid options: ${COMPLETION-CANDIDATES}.")
Expand Down
Loading