diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-23 19:56:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 19:56:50 +0100 |
| commit | cc05dc142d1c57afd10cb08d84f99a25bd49678c (patch) | |
| tree | bb825c0e1e43465bb6214b6a485d67880b68cf8d /cli/Cargo.toml | |
| parent | d1eed9896f1dee6974816f1c16c46a1c4de0120c (diff) | |
chore: make deno --help more colorful (#21962)
This commit adds coloring to "--help" flag.
Before:
https://github.com/denoland/deno/assets/13602871/23753f95-3289-45bc-8a1e-842d0ccd92df
After:
https://github.com/denoland/deno/assets/13602871/91b035cc-f199-4cf4-a77c-f65b290b5e19
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1a74469ea..a9a93a6fc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -79,6 +79,7 @@ chrono.workspace = true clap = { version = "=4.4.17", features = ["env", "string"] } clap_complete = "=4.4.7" clap_complete_fig = "=4.4.2" +color-print = "0.3.5" console_static_text.workspace = true dashmap = "5.5.3" data-encoding.workspace = true |
