mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #2035 from tertsdiepraam/ls/hide_and_ignore
ls: add short option for ignore
This commit is contained in:
commit
cc4f32d87a
1 changed files with 1 additions and 0 deletions
|
@ -739,6 +739,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