Newer
Older
dub_jkp / changelog / colored_output.dd
@Geod24 Geod24 on 21 Aug 2022 575 bytes Add changelog entry for colored output
  1. Output will now be colorized
  2.  
  3. Dub output has been improved to be more human readable,
  4. which means the most important informations in the output
  5. will now be colorized / bold.
  6.  
  7. As is usual with CLI tools, this behavior is automatically
  8. turned on whether the output is a TTY. To force the old output
  9. in the presence of a TTY, use `--color=off`. To force colored
  10. output in the absence of a TTY, use `--color=on`.
  11.  
  12. The `--color` flag, if set to `on` or `off`, is automatically
  13. forwarded to the compiler. This is especially useful for CI
  14. pipelines to ensure human-readable output.