1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

make args of wc overriding

This commit is contained in:
Yykz 2023-12-18 12:47:37 +01:00
parent 72ecf185dc
commit bd22aba03b

View file

@ -395,6 +395,7 @@ pub fn uu_app() -> Command {
.about(ABOUT) .about(ABOUT)
.override_usage(format_usage(USAGE)) .override_usage(format_usage(USAGE))
.infer_long_args(true) .infer_long_args(true)
.args_override_self(true)
.arg( .arg(
Arg::new(options::BYTES) Arg::new(options::BYTES)
.short('c') .short('c')