Re: [libvirt] [PATCH 07/11] vsh: Introduce complete command

2017-11-08 Thread Martin Kletzander
On Tue, Nov 07, 2017 at 01:22:55PM +0100, Michal Privoznik wrote: This command is going to be called from bash completion script in the following form: virsh complete "start --domain" Its only purpose is to return list of possible strings for completion. Note that this is a 'hidden', unlisted

Re: [libvirt] [PATCH 07/11] vsh: Introduce complete command

2017-11-08 Thread Martin Kletzander
On Wed, Nov 08, 2017 at 04:00:35PM +0100, Michal Privoznik wrote: On 11/08/2017 03:23 PM, Martin Kletzander wrote: On Tue, Nov 07, 2017 at 01:22:55PM +0100, Michal Privoznik wrote: This command is going to be called from bash completion script in the following form:  virsh complete "start

Re: [libvirt] [PATCH 07/11] vsh: Introduce complete command

2017-11-08 Thread Michal Privoznik
On 11/08/2017 03:23 PM, Martin Kletzander wrote: > On Tue, Nov 07, 2017 at 01:22:55PM +0100, Michal Privoznik wrote: >> This command is going to be called from bash completion script in >> the following form: >> >>  virsh complete "start --domain" >> >> Its only purpose is to return list of

Re: [libvirt] [PATCH 07/11] vsh: Introduce complete command

2017-11-08 Thread Martin Kletzander
On Tue, Nov 07, 2017 at 01:22:55PM +0100, Michal Privoznik wrote: This command is going to be called from bash completion script in the following form: virsh complete "start --domain" Its only purpose is to return list of possible strings for completion. Note that this is a 'hidden', unlisted

[libvirt] [PATCH 07/11] vsh: Introduce complete command

2017-11-07 Thread Michal Privoznik
This command is going to be called from bash completion script in the following form: virsh complete "start --domain" Its only purpose is to return list of possible strings for completion. Note that this is a 'hidden', unlisted command and therefore there's no documentation to it.