This should work: ```pwsh Get-SecretInfo -Vault <TAB> Get-Secret -Name <TAB> ``` And complete based on the vaults that are available. Should be very simple to do with an argument completer.