zsh-workers
 help / color / mirror / code / Atom feed
From: oxiedi@yandex.ru
To: Daniel Shahaf <d.s@daniel.shahaf.name>
Cc: zsh-workers@zsh.org
Subject: Re:[PATCH 2/2] _arguments: Add the -0 flag, which makes $opt_args be populated sanely.
Date: Tue, 28 Apr 2020 14:37:48 +0500	[thread overview]
Message-ID: <1314911588066668@iva8-5e86d95f65ab.qloud-c.yandex.net> (raw)
In-Reply-To: <20200427193040.7484-2-danielsh@tarpaulin.shahaf.local2>

> With this, «local -a values=( ${(0)opt_args[--foo]} )» would get the
> value or values of the --foo option, as typed on the command line.
> Without this, the completion function would have to reverse the "escape
> colons and backslashes and join with colons" operation, and I don't know
> of an easy way to do that.

I've used

    local -a values
    IFS=: read -A values <<<$opt_args[--foo]

once. Does it have some drawbacks?

  parent reply	other threads:[~2020-04-28  9:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-27 19:30 [PATCH 1/2] internal: Add a second parameter to zlinklist2array(), analogously to hlinklist2array() Daniel Shahaf
2020-04-27 19:30 ` [PATCH 2/2] _arguments: Add the -0 flag, which makes $opt_args be populated sanely Daniel Shahaf
2020-04-27 20:06   ` dana
2020-04-28  9:37   ` oxiedi [this message]
2020-04-28 17:54     ` Daniel Shahaf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1314911588066668@iva8-5e86d95f65ab.qloud-c.yandex.net \
    --to=oxiedi@yandex.ru \
    --cc=d.s@daniel.shahaf.name \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).