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:
parent
eadbea74d6
commit
c6cff20f18
3 changed files with 161 additions and 119 deletions
|
@ -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!());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue