Added
- Use the new
--color
command-line switch to control when pueue will use colors in its output. Fixes #311 by mjpieters.
The default isauto
, which means it'll enable colors when connected to a TTY.
The other options arenever
andalways
.
Fixed
Changed
- Exit
pueue follow
when reading logs, as soon as the followed task is no longer active. - Properly formatted debug output.
- Hide
Task.envs
andAddMessage.envs
in debug output, as they were too verbose and contained possibly sensible information.