Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[BUG] _path_commands' extra-verbose mode does not work on macOS
- X-seq: zsh-workers 53409
- From: Marlon Richert <marlon.richert@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: [BUG] _path_commands' extra-verbose mode does not work on macOS
- Date: Wed, 19 Mar 2025 08:53:15 +0200
- Archived-at: <https://zsh.org/workers/53409>
- List-id: <zsh-workers.zsh.org>
The reason for this is that macOS's `whatis` does not support the
`--version` and `-r` flags:
% whatis --version
/usr/bin/whatis: illegal option -- -
usage: whatis [-d] [-s mansect] keyword [...]
% whatis -s 1 -r '.*'
/usr/bin/whatis: illegal option -- r
usage: whatis [-d] [-s mansect] keyword [...]
Messages sorted by:
Reverse Date,
Date,
Thread,
Author