* Typeset command documentation
@ 2024-05-26 12:18 limited time
0 siblings, 0 replies; only message in thread
From: limited time @ 2024-05-26 12:18 UTC (permalink / raw)
To: zsh-workers
[-- Attachment #1: Type: text/plain, Size: 649 bytes --]
The documentation for the + control flag says :-
"The effect of ‘+’ is as if all attribute flags which precede it were given with a ‘+’ prefix. For example, ‘typeset -U +’ is equivalent to ‘typeset +U’ and displays the names of all arrays having the uniqueness attribute, whereas ‘typeset -f -U +’ displays the names of all autoloadable functions.”
Link : https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html#index-typeset
Shouldn’t it be ‘typeset -f -u +’ instead ? The uppercase -U only prints functions which are autoloaded with alias suppression turned on and not all autoloadable functions .
[-- Attachment #2: Type: text/html, Size: 2794 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-05-26 12:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-26 12:18 Typeset command documentation limited time
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).