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:
parent
79f1410c04
commit
d9aed3b115
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue