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
Additional context
Added a pull request solving this issue #149
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 errorerror: 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
Additional context Added a pull request solving this issue #149