Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dircolors: Move the static long string into structures. #5611

Merged
merged 13 commits into from Dec 7, 2023
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.