-v rejected as POSIX compliant flag to `command`
Brought to you by:
markhobley
checkbashisms is erroneously reporting -v flag as non-POSIX.
$ checkbashisms bin/cop
possible bashism in bin/cop line 20 ('command' with option other than -p):
command -v "$COMMAND" 2>/dev/null || echo ''
In fact:
https://pubs.opengroup.org/onlinepubs/009695399/utilities/command.html