mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
unposted: new run-help-p4
This commit is contained in:
parent
46bad169a8
commit
3b289b32a7
3 changed files with 10 additions and 1 deletions
|
@ -13,6 +13,7 @@ promptnl
|
|||
relative
|
||||
run-help
|
||||
run-help-git
|
||||
run-help-p4
|
||||
run-help-svk
|
||||
run-help-svn
|
||||
sticky-note
|
||||
|
|
5
Functions/Misc/run-help-p4
Normal file
5
Functions/Misc/run-help-p4
Normal file
|
@ -0,0 +1,5 @@
|
|||
if (( ! $# )); then
|
||||
p4 help commands
|
||||
else
|
||||
p4 help $1
|
||||
fi | ${=PAGER:-less}
|
Loading…
Add table
Add a link
Reference in a new issue