pkgjs / parseargs

Polyfill of `util.parseArgs()`
Apache License 2.0
122 stars 10 forks source link

docs: ordering of positional and option does not matter #46

Closed shadowspawn closed 2 years ago

shadowspawn commented 2 years ago

Options can come before or after positional. The option type does not matter for the example given.

(If it is an error or some snowflake result because not withValue, it will still behave the same for both argument orders!)