csplit: correctly handle repeated arguments

This commit is contained in:
Ben Wiederhake 2024-03-23 22:27:09 +01:00
parent dcb53b6c99
commit 44fa2e960a
2 changed files with 37 additions and 0 deletions

View file

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