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

Cole Robinson crobinso at redhat.com
Mon Jan 14 15:42:57 UTC 2019


On 01/14/2019 04:21 AM, Lin Ma wrote:
> v1 -> v2:
> * Drop original 2/2 due to a better fix exists in git master.
> * Add a new patch to introduce function cli_flag_name.
> * Use this function to convert underscore to minus in cli_arg_name.
> 
> Lin Ma (2):
>    cli: Add function cli_flag_name to replace '_' from cli_arg_name with
>      '-'
>    cli: Use function cli_flag_name to help to concatenate '--' and
>      cli_arg_name
> 
>   virt-xml        |  2 +-
>   virtinst/cli.py | 16 ++++++++++------
>   2 files changed, 11 insertions(+), 7 deletions(-)
> 

Thanks! I squashed the two patches together, fixed a couple other 
locations, and pushed.

- Cole




More information about the virt-tools-list mailing list