Stop outputting extra line break for commands with no output
Description
When you run a command with no output, CommandBox outputs a final line break., This was done to distance the next prompt, but it causes issues. When piping in a large list of items such as files to forEach and running a command against each of them that may not return output, you get a ton of empty whitespace that spills out to the screen from all the commands running via the Command DSL.
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
When you run a command with no output, CommandBox outputs a final line break., This was done to distance the next prompt, but it causes issues. When piping in a large list of items such as files to forEach and running a command against each of them that may not return output, you get a ton of empty whitespace that spills out to the screen from all the commands running via the Command DSL.