Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Another completion question
- X-seq: zsh-users 13615
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Another completion question
- Date: Sun, 28 Dec 2008 01:48:01 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=g9XYH0TAVfpIeUs7X9DNjkqfNlYJRX0IzcR3DdMWplc=; b=qLBr4L/UbF85L/GR3ayqol0Xm74+ia5k2r6FUeGdOrbyHpfYeqo+o4+t5NnVRrVGxs smv9rwn7MowtDKxLOmPvz0hBqKOnkzt4DYN81wHrxTkT5wry/3GfTJx9KpkaXbZs7+/R MZEXC6K48EmdkcnjkU/hLZ7ZuexThAV5jE43o=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=qZQ7anqkYpmZ+MQpploUWzYgHDGx+lhH8UFxOA8KI9AwAqCstkq9u3ueZZvVH/C7ex HpQQGWst40mEqIVu88/zWD52Ut9jcC547gpIkyShvU324Zs/038XvM1mYdibaibY/UnN O2d4XYTZ+s2h+g22dqsvmg0ZG4CWUzEgPhXjo=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi all,
most of you will be familiar with this construct:
-{h,-help}'[print help and exit]'
my question is how I can exclude any options. The normal
approach of
'(-v)-h[print help and exit]'
does not work, presumably because the -{h,-help} is outside of
the single ticks.
Also, is there a way to use wildcards in the exclusion part at
the beginning? Normal globbing characters are taken literally.
Thanks,
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author