tugboat icon indicating copy to clipboard operation
tugboat copied to clipboard

Provide an option to disable color in `droplets` command

Open larsks opened this issue 11 years ago • 1 comments

While the colorized output of tugboat droplets is nice when visually inspecting the output, it can cause problems when one wants to use the command in scripts (either logging information to a file, or using it to check the status of a droplet).

An option to disable color would be helpful, as would making tugboat behave more like other software that automatically disables color codes when stdout is not attached to a tty.

larsks avatar Apr 07 '14 01:04 larsks

Lets see how easy this would be: http://stackoverflow.com/questions/33305188/disable-color-for-thor

petems avatar Oct 23 '15 14:10 petems