staehle opened a new pull request, #1775:
URL: https://github.com/apache/buildstream/pull/1775

   Hello, I found a related ticket for this: #558
   
   I primarily use Zsh with Prezto, and not having tab-completions was 
bothering me, so here you go :) 
   
   It just uses your existing Bash completion code, but rearranges it for Zsh's 
`compdef`. File name must be `_bst`, and I placed in a `zsh` directory in the 
same location as the bash `bst` script is. Hope that's okay.
   
   Also added related usage instructions to the docs.
   
   For future enhancements in this area, I would recommend doing 
tab-completions similar to how Poetry does it, but that's up to you:  
https://python-poetry.org/docs/#enable-tab-completion-for-bash-fish-or-zsh 
   
   Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to