1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

split: fix ---io for clap 4

This commit is contained in:
Niyaz Nigmatullin 2022-10-18 00:21:27 +03:00
parent 969f821830
commit 505865cce8

View file

@ -157,9 +157,8 @@ pub fn uu_app() -> Command {
) )
.arg( .arg(
Arg::new(OPT_IO) Arg::new(OPT_IO)
.long(OPT_IO) .long("io")
.alias(OPT_IO) .alias(OPT_IO)
.takes_value(true)
.hide(true), .hide(true),
) )
.arg( .arg(