mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
csplit: correctly handle repeated arguments
This commit is contained in:
parent
dcb53b6c99
commit
44fa2e960a
2 changed files with 37 additions and 0 deletions
|
|
@ -585,6 +585,7 @@ pub fn uu_app() -> Command {
|
|||
.version(crate_version!())
|
||||
.about(ABOUT)
|
||||
.override_usage(format_usage(USAGE))
|
||||
.args_override_self(true)
|
||||
.infer_long_args(true)
|
||||
.arg(
|
||||
Arg::new(options::SUFFIX_FORMAT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue