1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-20 02:42:29 +02:00
zsh/Functions/Misc/run-help-p4

6 lines
78 B
Plaintext

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