mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
make args of wc overriding
This commit is contained in:
parent
72ecf185dc
commit
bd22aba03b
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ pub fn uu_app() -> Command {
|
|||
.about(ABOUT)
|
||||
.override_usage(format_usage(USAGE))
|
||||
.infer_long_args(true)
|
||||
.args_override_self(true)
|
||||
.arg(
|
||||
Arg::new(options::BYTES)
|
||||
.short('c')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue