Re: [libvirt] [PATCH 1/4] virsh: Do not make interactive mode default

2015-09-04 Thread Ján Tomko
On Fri, Sep 04, 2015 at 01:10:03PM +0200, Erik Skultety wrote: > Currently, we set interactive mode as default possibly reverting the > setting after we parse the command line arguments. There's nothing > particulary wrong with that, but a call to vshReadlineInit is performed > always in the

[libvirt] [PATCH 1/4] virsh: Do not make interactive mode default

2015-09-04 Thread Erik Skultety
Currently, we set interactive mode as default possibly reverting the setting after we parse the command line arguments. There's nothing particulary wrong with that, but a call to vshReadlineInit is performed always in the global initializer just because the default mode is interactive. Rather than