cac
cac copied to clipboard
feat: throw error on unused args
When the number of args passed is more than expected, it is likely to be mistaken the command syntax. I think it would be good to have an error in this situation.
If I should implement something like allowUnknownOptions
, I would do it.