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 13df282 commit d3404d6Copy full SHA for d3404d6
commands/coldbox/create/app.cfc
@@ -99,7 +99,7 @@ component extends="coldbox-cli.models.BaseCommand" {
99
}
100
101
// Start the job
102
- variables.print.boldGreenLine( "🧑🍳 Starting to cookup your ColdBox App [#arguments.name#]..." ).toConsole()
+ variables.print.boldGreenLine( "🔥 Starting to cookup your ColdBox App [#arguments.name#]..." ).toConsole()
103
104
// Determine language via cfml or boxlang flags
105
if ( arguments.cfml ) {
0 commit comments