foundeo / toscript

Converts Tag based CFML to CFML Script
GNU General Public License v3.0
20 stars 9 forks source link

Flush CLI output while processing #29

Closed bdw429s closed 7 years ago

bdw429s commented 7 years ago

Use .toConsole() to flush the output of the CLI command out to the console while processing is happening so it's not just a long pause and then all the output at once.

Ex:

print.greenLine("#checkMark()#  (Converted): " & normalizedPath).toConsole();
pfreitag commented 7 years ago

Fixed in cfscriptme-command v0.1.5