mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
ls: add short option for ignore
This commit is contained in:
parent
a50eae76a4
commit
cbc5132981
1 changed files with 1 additions and 0 deletions
|
@ -704,6 +704,7 @@ pub fn uumain(args: impl uucore::Args) -> i32 {
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name(options::IGNORE)
|
Arg::with_name(options::IGNORE)
|
||||||
|
.short("I")
|
||||||
.long(options::IGNORE)
|
.long(options::IGNORE)
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.multiple(true)
|
.multiple(true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue