Erik Skultety a02de849a0 virsh: Do not make interactive mode default
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 moving vshReadlineInit call somewhere else (because another client
might want to implement interactive mode only), we could make the decision
if we're about to run in interactive mode once the command line is parsed.
2015-09-04 14:12:34 +02:00
..
2015-03-23 09:01:30 +01:00
2015-09-02 10:17:50 +02:00
2015-08-14 10:50:20 +02:00
2015-09-04 14:12:34 +02:00
2015-09-04 14:12:34 +02:00