lucee.Component
commandbox.system.modules_app.system-commands.commands.unansi
Outputs the text entered but with ANSI formatting stripped. Useful when you want to pipe output into a command which doesn't understand or need ANSI formatting. . {code:bash} package show | unansi {code}
| Method Summary | |
|---|---|
any
|
run([String text=''])
|
| Methods inherited from class lucee.Component |
|---|
| None |
| Method Detail |
|---|
text - The text to output without ANSI formatting