zsh-users
 help / color / mirror / code / Atom feed
From: Pier Paolo Grassi <pierpaolog@gmail.com>
To: Zsh-Users List <zsh-users@zsh.org>
Subject: Re: sub-command completion
Date: Mon, 2 Sep 2019 17:56:13 +0200	[thread overview]
Message-ID: <CAP+y1xCY=TYH6zCc3LPkGiDe42DbqAooUENF60G0AC1Api-e1Q@mail.gmail.com> (raw)
In-Reply-To: <CAP+y1xA9M7g2CkVPTSsb5Nk4sb-VTzhyNYupW50VytSwaTb18w@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1472 bytes --]

Sorry for the previous posting, the mail I wanted to ask again for
suggestions is the one quoted here
any help appreciated, thanks!

Pier Paolo Grassi
linkedin: https://www.linkedin.com/in/pier-paolo-grassi-19300217
founder: https://www.meetup.com/it-IT/Machine-Learning-TO


Il giorno gio 29 ago 2019 alle ore 11:48 Pier Paolo Grassi <
pierpaolog@gmail.com> ha scritto:

> Hello, I am trying to understand if it is possible to control the behavior
> of _gnu_generic completion.
> I have a command which defines different options if a non-option first
> argument has already been inserted on the command line, eg:
>
> command -x -y sub-command
>
> I have defined a custom completion function like this:
>
> <----- CODE
> # omissis code to populate the vars description_array and commands_array
>
> if [[ ${words[-1]} == -* ]]
> then
> _gnu_generic
> else
> _arguments -s -S -A '-*' \
> "1:commands:->commands" \
> "*:files:_files"
> fi
>
> case $state in
> (commands)
> compadd -V commands -a -l -d description_array -Q -U commands_array
>   ;;
> esac
>
> CODE ----->
>
> Now I would like to make _gnu_generic complete with the options offered by:
>
> command subcommand --help
>
> when a subcommand has already been inserted on the command line. But I
> can't figure out how to do so, can anyone help me out?
>
> thanks
>
> Pier Paolo Grassi
> linkedin: https://www.linkedin.com/in/pier-paolo-grassi-19300217
> founder: https://www.meetup.com/it-IT/Machine-Learning-TO
>

      reply	other threads:[~2019-09-02 15:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-29  9:48 Pier Paolo Grassi
2019-09-02 15:56 ` Pier Paolo Grassi [this message]

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='CAP+y1xCY=TYH6zCc3LPkGiDe42DbqAooUENF60G0AC1Api-e1Q@mail.gmail.com' \
    --to=pierpaolog@gmail.com \
    --cc=zsh-users@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).