Trudi Quinn wrote:
Rajesh Vaidheeswarran <rv at fore.com> submitted this which might be
of use to other users:
and zsh users may like something like this in their .zshrc file:
----------------------------------------------------------------------
alias p4='nocorrect p4'
p4commands=(add branch branches change changes client clients delete depot
depots describe diff diff2 edit files filelog fix fixes get have help info
integ integed job jobs label labels 'labelsync -l' lock obliterate opened print
protect refresh reopen reresolve resolve resolved revert review reviews submit
unlock user users verify where
)
compctl -Q -k p4commands + p4
----------------------------------------------------------------------
Gerd