zsh-completions icon indicating copy to clipboard operation
zsh-completions copied to clipboard

Add azure cli completion

Open Riezebos opened this issue 1 year ago • 1 comments

I haven't created a zsh completion before, I used the _aws file as a starting point and updated it based on https://stackoverflow.com/a/49277309. Tried it out and seems to work.

Riezebos avatar Dec 13 '23 16:12 Riezebos

Update: I saw that the azure-cli repo now has a different way to register completions, I tested it and it worked and seemed maybe a bit faster. Source: https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/az.completion.sh

Riezebos avatar Dec 13 '23 17:12 Riezebos