1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00
zsh/Functions/Misc/run-help-p4
2009-12-16 12:11:56 +00:00

5 lines
78 B
Text

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