1
0
Fork 0
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:
Peter Stephenson 2009-12-16 12:11:56 +00:00
parent 46bad169a8
commit 3b289b32a7
3 changed files with 10 additions and 1 deletions

View file

@ -13,6 +13,7 @@ promptnl
relative
run-help
run-help-git
run-help-p4
run-help-svk
run-help-svn
sticky-note

View file

@ -0,0 +1,5 @@
if (( ! $# )); then
p4 help commands
else
p4 help $1
fi | ${=PAGER:-less}