mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
16419: Improve _arguments syntax summary.
This commit is contained in:
parent
9113c2e2d6
commit
a11b60569b
@ -2989,7 +2989,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 New Issue
Block a user