Skip to content

Commit

Permalink
Merge pull request #5611 from sylvestre/dirdb
Browse files Browse the repository at this point in the history
dircolors: Move the static long string into structures.
  • Loading branch information
sylvestre committed Dec 7, 2023
2 parents d63d4a7 + f99987b commit fe730f8
Show file tree
Hide file tree
Showing 9 changed files with 456 additions and 328 deletions.
2 changes: 1 addition & 1 deletion src/uu/dircolors/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ path = "src/dircolors.rs"

[dependencies]
clap = { workspace = true }
uucore = { workspace = true }
uucore = { workspace = true, features = ["colors"] }

[[bin]]
name = "dircolors"
Expand Down
225 changes: 0 additions & 225 deletions src/uu/dircolors/src/colors.rs

This file was deleted.

0 comments on commit fe730f8

Please sign in to comment.