It'd be nice if we could autocomplete the basic types like pools,
volumes, networks, ... before the release.
Michal Privoznik (8):
virsh: Introduce virshStoragePoolNameCompleter
virsh: Introduce virshStorageVolNameCompleter
virsh: Introduce virshInterfaceNameCompleter
virsh: Introduce virshNetworkNameCompleter
virsh: Introduce virshNodeDeviceNameCompleter
virsh: Introduce virshNWFilterNameCompleter
virsh: Introduce virshSecretUUIDCompleter
virsh: Introduce virshSnapshotNameCompleter
tools/virsh-completer.c | 388 ++++++++++++++++++++++++++++++++++++++++++++++++
tools/virsh-completer.h | 32 ++++
tools/virsh-interface.c | 16 +-
tools/virsh-network.c | 24 +--
tools/virsh-nodedev.c | 16 +-
tools/virsh-nwfilter.c | 9 +-
tools/virsh-pool.c | 28 ++--
tools/virsh-secret.c | 15 +-
tools/virsh-snapshot.c | 21 ++-
tools/virsh-volume.c | 45 +++---
tools/virsh.h | 6 +-
11 files changed, 525 insertions(+), 75 deletions(-)
--
2.13.6