Any plan for command completion ? #125
Xavier Mignot (xaviermignot)
started this conversation in
General
Replies: 4 comments 2 replies
|
Are there any commands that you finding tricky to remember or particularly lengthy? Our commands are intentionally quite short so I'd be interested to know if there are particular instances where autocomplete would be helpful. |
1 reply
|
This should be easy-ish for us to add - cobra (the library we use for our CLI) supports generating completions. |
0 replies
|
In case anyone comes looking here, completions were added! |
1 reply
|
For anyone finding this looking for Powershell setup, add this line to your Invoke-Expression (& { (azd completion powershell | Out-String) }) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Pretty much what title says, is there any plan to have command completion in terminal ?
Just like what we have with Azure CLI, autocompletion works great in my zsh shell 🤓
Many thanks in advance 🙏
All reactions