1
Fork 0
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:
Sylvestre Ledru 2022-10-18 08:59:51 +02:00 committed by GitHub
commit 3ec8cc3976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(