1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

refactor(df): use number_prefix like 'ls' instead of doing the display by hand

This commit is contained in:
Sylvestre Ledru 2020-04-29 19:03:22 +02:00 committed by Roy Ivy III
parent 90de33d5d7
commit fc83024ebe
4 changed files with 35 additions and 20 deletions

1
Cargo.lock generated
View file

@ -415,6 +415,7 @@ dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
]