brightsparklabs / appcli

A library for adding CLI interfaces to applications in the brightSPARK Labs style
MIT License
2 stars 4 forks source link

ZSH/BASH Completions #34

Open thomas-anderson-bsl opened 3 years ago

thomas-anderson-bsl commented 3 years ago

Add a command that can generate the required ZSH & BASH completions scripts for appcli usage.

https://github.com/zsh-users/zsh-completions https://github.com/scop/bash-completion

al-jeyapal commented 3 years ago

@thomas-anderson-bsl I think we're better off migrating to Python typer which will give autocompletion for free. That deserves a task in its own right though (or repurpose this one).