Re: [libvirt] [PATCH 13/18] vsh: Filter --options

2018-01-12 Thread John Ferlan
On 01/02/2018 12:12 PM, Michal Privoznik wrote: > Similarly to the previous commit, once we've presented an > --option for a command to the user it makes no sense to offer it > again. Therefore, we can prune all already specified options. For > instance, after this patch: > > virsh # migrate

[libvirt] [PATCH 13/18] vsh: Filter --options

2018-01-02 Thread Michal Privoznik
Similarly to the previous commit, once we've presented an --option for a command to the user it makes no sense to offer it again. Therefore, we can prune all already specified options. For instance, after this patch: virsh # migrate --verbose will no longer offer --verbose option.