1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

unposted: Document run-help-* helper functions.

This commit is contained in:
Daniel Shahaf 2016-03-18 21:22:58 +00:00
parent bc0c3caf60
commit 43e595712c
2 changed files with 25 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2016-03-18 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Doc/Zsh/contrib.yo: Document run-help-* helper
functions.
2016-03-18 Mikael Magnusson <mikachu@gmail.com>
* 38179: Completion/Unix/Command/_adb: Fix completion by mostly

View file

@ -4047,12 +4047,29 @@ your search path, in order to be found and used by tt(run-help).
startitem()
findex(run-help-git)
findex(run-help-ip)
findex(run-help-openssl)
findex(run-help-p4)
findex(run-help-sudo)
findex(run-help-svk)
findex(run-help-svn)
xitem(tt(run-help-git))
xitem(tt(run-help-svk))
xitem(run-help-git)
xitem(run-help-ip)
xitem(run-help-openssl)
xitem(run-help-p4)
xitem(run-help-sudo)
xitem(run-help-svk)
item(tt(run-help-svn))(
Assistant functions for the tt(git), tt(svk), and tt(svn) commands.
Assistant functions for the
tt(git),
tt(ip),
tt(openssl),
tt(p4),
tt(sudo),
tt(svk),
and
tt(svn),
commands.
)
enditem()
)