1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

ls: update to clap 4

This commit is contained in:
Terts Diepraam 2022-09-29 19:59:27 +02:00
parent eadbea74d6
commit c6cff20f18
3 changed files with 161 additions and 119 deletions

View file

@ -3248,6 +3248,7 @@ fn test_ls_multiple_a_A() {
}
#[test]
#[cfg(feature = "ln")]
fn test_ls_quoting() {
let scene = TestScenario::new(util_name!());
@ -3267,6 +3268,7 @@ fn test_ls_quoting() {
}
#[test]
#[cfg(feature = "ln")]
fn test_ls_quoting_color() {
let scene = TestScenario::new(util_name!());