From: Radoslaw Smigielski <[email protected]>

This series adds missing virsh TAB completion callbacks for six
command options:

  - dump --file
  - blockcopy --dest
  - detach-interface --type
  - domdisplay --type
  - domxml-from-native --format
  - save --file

This is a small step towards closing the missing completers tracked in:
https://gitlab.com/libvirt/libvirt/-/work_items/9

As of now there are 29 missing bash completers, the one fixed in this
patch is first batch.

As some of the patches change only one line, I would apprecate your
feedback if these small one should be combined into a single patch?

Radoslaw Smigielski (6):
  virsh: Add completer for '--file' option of 'dump' subcommand
  virsh: Add completer for '--dest' option of 'blockcopy' command
  virsh: Add completer for '--type' option of 'detach-interface' command
  virsh: Add completer for '--type' option of 'domdisplay' command
  virsh: Add completer for '--format' option of 'domxml-from-native' command
  virsh: Add completer for '--file' option of 'save' command

 tools/virsh-completer-domain.c | 49 ++++++++++++++++++++++++++++++++++
 tools/virsh-completer-domain.h | 10 +++++++
 tools/virsh-domain.c           |  6 +++++
 3 files changed, 65 insertions(+)

-- 
2.54.0

Reply via email to