Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to fix run-help-* functions?
- X-seq: zsh-workers 51528
- From: Philippe Troin <phil@xxxxxxxx>
- To: Michele Venturi <dardo82@xxxxxxxxx>, zsh-workers@xxxxxxx
- Subject: Re: How to fix run-help-* functions?
- Date: Tue, 07 Mar 2023 09:13:05 -0800
- Archived-at: <https://zsh.org/workers/51528>
- In-reply-to: <CA+Ds4NvZ1uQhgfZChLWAT2_QjTjMzZfujFXDLAfmAR8=z3gv6g@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CA+Ds4NvZ1uQhgfZChLWAT2_QjTjMzZfujFXDLAfmAR8=z3gv6g@mail.gmail.com>
On Tue, 2023-03-07 at 15:30 +0100, Michele Venturi wrote:
> Just try "autoload run-help-sudo; run-help sudo" or "autoload run-
> help-git; run-help git" etc. to see the error.
What's wrong with run-help?
% zsh -f
% echo $ZSH_VERSION
5.8.1
% export PAGER='head -n 5'
% autoload run-help-git; run-help git
GIT(1) Git Manual GIT(1)
NAME
git - the stupid content tracker
% autoload run-help-sudo; run-help sudo
SUDO(8) BSD System Manager's Manual SUDO(8)
NAME
sudo, sudoedit — execute a command as another user
%
Phil.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author