Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Is "command" working right, yet?



Op 26-09-16 om 04:13 schreef Bart Schaefer:
> It's because "command" is a sort-of keyword instead of a builtin,

I see.

I guess that explains another bug I've noticed: if you quote the
"command" command name to defeat a possible alias, it doesn't accept
options at all, e.g.:

% \command -V if
zsh: command not found: -V

Also, then this output:

% command -V command
command is a shell builtin

seems a bit misleading.

- Martijn



Messages sorted by: Reverse Date, Date, Thread, Author