Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
When to use _arguments -C and when to only use _arguments.
- X-seq: zsh-users 11325
- From: "Nikolai Weibull" <now@xxxxxxxx>
- To: "zsh-users@xxxxxxxxxx" <zsh-users@xxxxxxxxxx>
- Subject: When to use _arguments -C and when to only use _arguments.
- Date: Thu, 22 Mar 2007 00:19:32 +0100
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=cfjiNalnF9lI3ct0qAY0eYeiRg8cCO+qe8OrSX+usN8LVVtyXyYk5W2qTUPLhWgfne54H411Nm8YSDoMd9Z9z5DZQ1mOzD+ZOn9xj2cN9p9oRpFJgTHtp/5z8LgayHuic2Pj6U4bF2IMTEcmV6OGDZzrMRELqczm/7i5hYy7UOE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=A9ht9haQRWlGXrzy1fW0F/mT3tmXBL7vqWOUV2+/m5O4qfSuqqu+549cw4YegGGbg6gLnenh2sphsyUPTZIi0+csu30O7khF4x8sBgnbip1ESn0qQnSqp8cOf+WDEWpTyBFyaeBmpySGku7kxiqi1zUXkYbMVTWEDePSsbSkW64=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: nikolai.weibull@xxxxxxxxx
I can't deduce from the documentation, or any of the uses, when you
would want to pass the -C option to _arguments and when you wouldn't,
assuming that you're actually going to use a state.
I mean, does it usually make sense to pass -C if you're going to use a
state, or is it the other way around? And why?
Passing -C seems a lot more common than not, but again, I don't quite follow.
Thanks.
nikolai
Messages sorted by:
Reverse Date,
Date,
Thread,
Author