mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-19 07:23:35 -04:00
6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
if (( ! $# )); then
|
|
p4 help commands
|
|
else
|
|
p4 help $1
|
|
fi | ${=PAGER:-less}
|