[virt-tools-list] [virt-manager] [PATCH 2/2] cli: Register parser for ParseCLICheck

2018-12-24 Thread Lin Ma
The completion of --check subprops needs it work. Signed-off-by: Lin Ma --- virtinst/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/virtinst/cli.py b/virtinst/cli.py index 3ba81861..2996dbc3 100644 --- a/virtinst/cli.py +++ b/virtinst/cli.py @@ -1321,6 +1321,7 @@ class ParseCLICheck(

[virt-tools-list] [virt-manager] [PATCH 1/2] cli: Replace '_' from cli_arg_name with '-' before saving to parsernames

2018-12-24 Thread Lin Ma
The patch makes --qemu-commandline subprops completion works. Signed-off-by: Lin Ma --- virtinst/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/virtinst/cli.py b/virtinst/cli.py index 21586b19..3ba81861 100644 --- a/virtinst/cli.py +++ b/virtinst/cli.py @@ -494,7 +4

[virt-tools-list] [virt-manager] [PATCH 0/2] bash completion bug fixes

2018-12-24 Thread Lin Ma
Lin Ma (2): cli: Replace '_' from cli_arg_name with '-' before saving to parsernames cli: Register parser for ParseCLICheck virtinst/cli.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 2.19.0 ___ virt-tools-list mailing list vi