On 14.08.2015 15:24, Erik Skultety wrote:
Generic commands like 'help', 'cd',
'pwd',etc. can be reused by any
client, so the clients should profit from this implementation rather
than providing their own similar implementation (if it's not intensional
and there's a reason for this)
---
tools/virsh.c | 351 +++++-----------------------------------------------------
tools/vsh.c | 245 ++++++++++++++++++++++++++++++++++++++++
tools/vsh.h | 71 ++++++++++++
3 files changed, 346 insertions(+), 321 deletions(-)
ACK
Michal