Files
zsh/Functions/Misc/run-help-p4
2009-12-16 12:11:56 +00:00

6 lines
78 B
Plaintext

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