Skip to content

Commit 2ac3ec9

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent f4c866c commit 2ac3ec9

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

β€Žcommands/coldbox/create/app.cfcβ€Ž

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ component extends="coldbox-cli.models.BaseCommand" {
144144
// init must be run from CWD
145145
shell.cd( arguments.directory );
146146
command( "init" )
147-
.params(
148-
name : arguments.name,
149-
slug : replace( arguments.name, " ", "", "all" ),
150-
wizard: arguments.initWizard
147+
.params(
148+
name : arguments.name,
149+
slug : replace( arguments.name, " ", "", "all" ),
150+
wizard: arguments.initWizard
151151
)
152152
.run();
153153
shell.cd( originalPath );
@@ -391,12 +391,11 @@ component extends="coldbox-cli.models.BaseCommand" {
391391
}
392392

393393
printSuccess( "πŸ₯Š Your ColdBox BoxLang application is ready to roll!" )
394-
variables
395-
.print
396-
.line( "πŸ‘‰ Run 'box server start' to launch the development server." )
397-
.line( "πŸ‘‰ Run 'box coldbox help' to see a list of available commands from the ColdBox CLI" )
398-
.line( "πŸ—³οΈ Happy coding!" )
399-
.toConsole();
394+
variables.print
395+
.line( "πŸ‘‰ Run 'box server start' to launch the development server." )
396+
.line( "πŸ‘‰ Run 'box coldbox help' to see a list of available commands from the ColdBox CLI" )
397+
.line( "πŸ—³οΈ Happy coding!" )
398+
.toConsole();
400399
}
401400

402401
/**

0 commit comments

Comments
Β (0)