1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-07 09:21:18 +02:00

16419: Improve _arguments syntax summary.

This commit is contained in:
Bart Schaefer 2002-01-26 21:06:45 +00:00
parent 79f1410c04
commit d9aed3b115

View file

@ -2876,7 +2876,7 @@ Like tt(_tags) this function supports the tt(-C) option to give a
different name for the argument context field.
)
findex(_arguments)
item(tt(_arguments) var(spec) ...)(
item(tt(_arguments) [ tt(-ACS) ] [ tt(-O) var(name) ] [ tt(-M) var(matchspec) ] var(spec) ...)(
This function can be used to complete words on the line by describing the
options and arguments which may be passed to the command for which
completion is being performed. The description is given as arguments to