Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion question
- X-seq: zsh-workers 26176
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Zsh Workers" <zsh-workers@xxxxxxxxxx>
- Subject: Completion question
- Date: Sun, 28 Dec 2008 00:52:44 +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=Ui7G9TU6BHA5qLmHdrwcQniwwZg7M4Ptf6fR0CAok00=; b=RXlUVhLs4cLWWxWJESzij4tBAqXU+5NGe321EwwKl+4DJlJAr7UaJGb6wD0GPChW9S lAUGsxF9bEmUnB6yFIiNyUhaHnNBRQNKjqpIaphRjJGZDscR+amQVjA1bc+iTJCjyeCI bR1NXEtKXFrMzw/FefpSVad5NjasvtJXBMgOg=
- 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=VZxACmR/p4cEYYFn0r9/jrgkyUREK054NxwcNjlF/bcU6rk8ne6nTyqqHJP4wWzocB vhCX1I+PK+MvlAdvYIiG5uMy4yA+YAG6F/sm6VUqRrecpbxAfm/ewLbMW7OcCIZrbU5D QVA41wiUkhxXBrsDkCETQYP2lYpT/mLgoonzk=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi all,
for _xargs I need an exclusion as follows:
If -x, -i, -I or -L 1 have been given as options, do not offer
--replace for the completions.
-x, -i and -I are trivial, but how can I exclude '-L 1'? Is that
even possible?
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author