Closed rchady closed 6 years ago
Is it possible to make sub-commands accept -h even if the wrong number of arguments to it are provided? Right now I just get the wrong number of arguments, but -h/--help should be there to help them find out what arguments are needed I would think?
I think -h should work even if the wrong number of arguments is given — maybe options need to be evaluated before validating arguments.
-h
This is fixed in #78.
… and is now released in Cri 2.15.1!
Is it possible to make sub-commands accept -h even if the wrong number of arguments to it are provided? Right now I just get the wrong number of arguments, but -h/--help should be there to help them find out what arguments are needed I would think?