GrayJack / coreutils

Core utils re-implementation for UNIX/UNIX-like systems written in Rust
Mozilla Public License 2.0
106 stars 40 forks source link

Seq: parsing arguments not working #148

Closed reastyn closed 2 years ago

reastyn commented 2 years ago

Describe the bug There is an error with the parsing of input arguments

To Reproduce When I run seq 1 1 10 it fails with an error error: Found argument '1' which wasn't expected, or isn't valid in this context because of breaking changes in the clap library.

Expected behavior It should parse the arguments correctly

Screenshots image

Additional context Added a pull request solving this issue #149