Alter links
This commit is contained in:
parent
f787586b3a
commit
38e4c2eec7
|
@ -4,12 +4,15 @@
|
||||||
** compadd
|
** compadd
|
||||||
** _gnu_generic
|
** _gnu_generic
|
||||||
** _arguments
|
** _arguments
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 64bcd501-b0f0-48c7-b8e2-07af708b95ec
|
||||||
|
:END:
|
||||||
** _regex_arguments
|
** _regex_arguments
|
||||||
** _regex_words
|
** _regex_words
|
||||||
** _values
|
** _values
|
||||||
** _comma_separated
|
** _comma_separated
|
||||||
* Putting it all together
|
* Putting it all together
|
||||||
* Other resources
|
* Other resources
|
||||||
Nicely formatted short tutorial showing basic usage of the _arguments function: http://wikimatze.de/writing-zsh-completion-for-padrino.html
|
[[http://wikimatze.de/writing-zsh-completion-for-padrino.html][Here]] is a nicely formatted short tutorial showing basic usage of the [[id:64bcd501-b0f0-48c7-b8e2-07af708b95ec][_arguments]] function,
|
||||||
A slightly more advanced tutorial showing usage of the _arguments function: http://www.linux-mag.com/id/1106/
|
and [[http://www.linux-mag.com/id/1106/][here]] is a slightly more advanced tutorial using the [[id:64bcd501-b0f0-48c7-b8e2-07af708b95ec][_arguments]] function.
|
||||||
zshcompsys man page: http://linux.die.net/man/1/zshcompsys
|
[[http://linux.die.net/man/1/zshcompsys][Here]] is the zshcompsys man page.
|
||||||
|
|
Loading…
Reference in New Issue