mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #4056 from niyaznigmatullin/split_fix_clap_update
split: fix `---io` for clap 4
This commit is contained in:
commit
3ec8cc3976
1 changed files with 1 additions and 2 deletions
|
@ -157,9 +157,8 @@ pub fn uu_app() -> Command {
|
|||
)
|
||||
.arg(
|
||||
Arg::new(OPT_IO)
|
||||
.long(OPT_IO)
|
||||
.long("io")
|
||||
.alias(OPT_IO)
|
||||
.takes_value(true)
|
||||
.hide(true),
|
||||
)
|
||||
.arg(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue