Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion after --
- X-seq: zsh-users 6415
- From: Erik Toubro Nielsen <erik@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: completion after --
- Date: Sat, 26 Jul 2003 18:57:28 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Assume a command line, where the option --files mean that at least one
filename can be given after '--'
cmd --files --other-options ARG1 -- filenames...
(without --files the command line is
cmd --other-options ARG1
)
The _arguments function does not seem applicable.
Any hints on how to write a completion function _cmd for this?
Erik
Messages sorted by:
Reverse Date,
Date,
Thread,
Author