Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

run-help-{sudo,openssl}



Dear Zsh Workers,

You will find in attachment functions run-help-sudo and run-help-openssl 
allowing to run smartly run-help on commands sudo and openssl. 

They work in same way than run-help-{git,svn,svk}.


(While I am not subscribed on ML, please include my mail in replies)

-- 
Jérôme Pouiller (Jezz)
if [ $# -eq 0 ]; then
    man sudo
else
    man $1
fi

if [ $# -eq 0 ]; then
    man openssl
else
    man $1
fi



Messages sorted by: Reverse Date, Date, Thread, Author