deno_std
deno_std copied to clipboard
suggestion: move `std/fmt/colors` to `std/cli/styles`
I suggest moving/renaming std/fmt/colors to std/cli/styles for the following reasons:
- The module contains functionality for more than just colors. I.e.
italic()andbold(). Hence, the rename tostyles. - The module's functionality is only concerned with console output. Hence, the move to
std/cli. This new name would make far more sense than it currently does and be much more accurate.
This is a continuation of the conversation happening in #4326.
What about std/cli/ansi instead?
What about
std/cli/ansiinstead?
We think std/cli/styles would be better. See https://github.com/denoland/deno_std/issues/4326#issuecomment-2092015391