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 9e793c3 commit f4c866cCopy full SHA for f4c866c
commands/coldbox/create/app.cfc
@@ -395,7 +395,6 @@ component extends="coldbox-cli.models.BaseCommand" {
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( "ℹ️. You can remove the [Setup.bx] file from your project now or keep it for future reference." )
399
.line( "🗳️ Happy coding!" )
400
.toConsole();
401
}
0 commit comments