* Melvin Vermeeren <[email protected]>, 2020-05-28, 17:17:
POSIX specifies printf has no options, meaning these should print "-h" and "--help" respectively. Arguments parsing must simply not be attempted at all in order to be compliant as far as I know.
As I wrote in #961740, I think you're misinterpreting the standard.
I also tested zsh, which appears to be fully compliant.
Let's see: % printf -v printf: argument expected: -v -- Jakub Wilk

