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 6491009 commit 3ab910eCopy full SHA for 3ab910e
scripts/cli/lec.sh
@@ -692,6 +692,10 @@ cmd_init() {
692
_writeLiferayVersion "${worktree_dir}" "${liferay_version}"
693
694
_print_success "Created new Liferay Environment Composer project at ${C_BLUE}${worktree_dir}${C_NC}"
695
+
696
+ if [[ ${start} == 1 ]]; then
697
+ cmd_start "${worktree_dir}"
698
+ fi
699
}
700
cmd_remove() {
701
local worktrees
0 commit comments