Open Hi-Angel opened 1 year ago
upd: didn't know there are single-dash options like -h
, added their handling as well
please consider adding a test if you fix a bug to avoid regression. thanks!
Anyway, done.
Note that there are two warnings now. I'm not sure I'm a fan of that kind of consistency, but you are the maintainer, so here it is.
Refactoring aside, this fixes the problem when
--color-numbers
was followed by another option, such as for examplediffr --line-numbers --help
. Such combination of parameters would cause an error before this PR.