If I enter -? to get the help for a registered command as suggested, nothing happens.
$ php cli.php auth:token -?
zsh: no matches found: -?
The long help with --help works like expected.
$ php cli.php auth:token --help
usage: cli.php auth:token [<options>]
Get token for credentials.
OPTIONS
--help, -? Display this help.
--pass, -p The Password.
--user, -u The Username.
It maybe has to do with macOS Monterey 12.6.5 (21G531) with zsh 5.8.1 (x86_64-apple-darwin21.0) installed.
If I enter
-?to get the help for a registered command as suggested, nothing happens.The long help with
--helpworks like expected.It maybe has to do with macOS Monterey 12.6.5 (21G531) with zsh 5.8.1 (x86_64-apple-darwin21.0) installed.