Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Please add pinfo completion
- X-seq: zsh-workers 22856
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Vincent Lefevre <vincent@xxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: Please add pinfo completion
- Date: Tue, 10 Oct 2006 08:29:48 -0700
- In-reply-to: <20061010142200.GC17674@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20061007013551.GE8188@xxxxxxxxxxxxxxxxxxx> <237967ef0610081413v291de92ck71f45c8990bf67ae@xxxxxxxxxxxxxx> <20061010142200.GC17674@xxxxxxxxxxxxxxxxxxx>
On Oct 10, 4:22pm, Vincent Lefevre wrote:
}
} > compdef _gnu_generic pinfo
}
} One problem is that it doesn't give help text. So, is there a way
} to generate a completion file (to be completed), assuming that the
} command has the --help feature?
If pinfo really is a drop-in replacement for info, you can just do:
compdef pinfo=info
Messages sorted by:
Reverse Date,
Date,
Thread,
Author