Skip to content

Commit fe730f8

Browse files
authored
Merge pull request #5611 from sylvestre/dirdb
dircolors: Move the static long string into structures.
2 parents d63d4a7 + f99987b commit fe730f8

File tree

9 files changed

+456
-328
lines changed

9 files changed

+456
-328
lines changed

src/uu/dircolors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/dircolors.rs"
1616

1717
[dependencies]
1818
clap = { workspace = true }
19-
uucore = { workspace = true }
19+
uucore = { workspace = true, features = ["colors"] }
2020

2121
[[bin]]
2222
name = "dircolors"

src/uu/dircolors/src/colors.rs

Lines changed: 0 additions & 225 deletions
This file was deleted.

0 commit comments

Comments
 (0)