mirror of
https://github.com/uutils/coreutils
synced 2025-01-25 11:25:26 +00:00
1eae064e5c
* split: better handle numeric and hex suffixes, short and long, with and without values Fixes #5171 * refactoring with overrides_with_all() in args definitions * fixed comments * updated help on suffixes to match GNU * comments * refactor to remove value_parser() * split: refactor suffix processing + updated tests * split: minor formatting |
||
---|---|---|
.. | ||
src | ||
BENCHMARKING.md | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
split.md |
Rudimentary "split" Implementation
Missing Features
Flags
--verbose
- created file printing is implemented, don't know if there is anything else
Possible Optimizations
- Use slice (
[u8]
) directly as thecontrol.current_line
.