Re: [PATCH] bash-completion: Fix argument passing to $1

2021-04-22 Thread Erik Skultety
On Tue, Apr 20, 2021 at 03:34:53PM +0200, Michal Privoznik wrote: > Our vsh bash completion string is merely just a wrapper over > virsh/virt-admin complete (cmdComplete) - a hidden command that > uses internal readline completion to generate list of candidates. > But this means that we have to pas

[PATCH] bash-completion: Fix argument passing to $1

2021-04-20 Thread Michal Privoznik
Our vsh bash completion string is merely just a wrapper over virsh/virt-admin complete (cmdComplete) - a hidden command that uses internal readline completion to generate list of candidates. But this means that we have to pass some additional arguments to the helper process: e.g. connection URI and