lucee.Component
commandbox.system.modules_app.system-commands.commands.printColumns
Prints a list or array of information as columns JSON or list data can be passed in the first param or piped into the command: {code:bash} printColumns [1,2,3] ls --simple | printColumns {code}
| Method Summary | |
|---|---|
string
|
run([String data=''], [String delimiter='[runtime expression]'])
Outputs a list of items in column form. |
| Methods inherited from class lucee.Component |
|---|
| None |
| Method Detail |
|---|
Outputs a list of items in column form
data - JSON serialized array or listdelimiter - List delimiter (default to new line)