argue
argue copied to clipboard
support left args
support cmd like: somecmd -a para1 para2 and get para2 by using
let leftArgs = argue.parseArguments(cmd)
let para2 = leftArgs.first
Hi! Is the intended behaviour for the return value of parseArguments to be the left over parameters that weren't associated with an argument? I'm not sure I understand the intended use case although I'm sure there is one.
This might be something I'd consider as a PR, but I'm not currently working on this project.