mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
The most of content of this file comes from the output of the command ' register-python-argcomplete $MY-SCRIPT', plus some changes. For the details about argcomplete, Please refer to https://pypi.org/project/argcomplete/ or https://github.com/kislyuk/argcomplete With this patchset, Users can use completion in bash. ex: $ virt-xml --<TAB><TAB> $ virt-install --disk <TAB><TAB> $ virt-install --panic model=isa,<TAB><TAB> $ virt-install --controller model=virtio-scsi,ty<TAB><TAB> Signed-off-by: Lin Ma <lma@suse.com>