[PATCH] virsh: Provide completer for some pool-X-as commands

2024-05-27 Thread Abhiram Tilak
Provides completers for auth-type and source-format commands for virsh pool-create-as and pool-define-as commands. Use Empty completers for options where completions are not required. I left the ones where I was not sure if they need completers. Related Issue: https://gitlab.com/libvirt/libvirt/-/

Re: [PATCH] virsh: Provide completer for some pool-X-as commands

2024-05-28 Thread atp exp
This patch was considerably old (like 10 days), it got stuck in the mailing list and had to resend this. I didn't rebase this to master before sending, hence the conflicts. On Tue, 28 May 2024 at 00:06, Abhiram Tilak wrote: > Provides completers for auth-type and source-format commands for > vir

Re: [PATCH] virsh: Provide completer for some pool-X-as commands

2024-05-28 Thread Peter Krempa
On Mon, May 27, 2024 at 18:34:38 +, Abhiram Tilak wrote: > Provides completers for auth-type and source-format commands for > virsh pool-create-as and pool-define-as commands. Use Empty completers > for options where completions are not required. I left the ones where > I was not sure if they n

Re: [PATCH] virsh: Provide completer for some pool-X-as commands

2024-05-29 Thread atp exp
On Tue, 28 May 2024 at 17:35, Peter Krempa wrote: > On Mon, May 27, 2024 at 18:34:38 +, Abhiram Tilak wrote: > > Provides completers for auth-type and source-format commands for > > virsh pool-create-as and pool-define-as commands. Use Empty completers > > for options where completions are no