codrsquad / pickley

Automate installation of standalone python CLIs
MIT License
45 stars 7 forks source link

Completion? #19

Open serl opened 1 year ago

serl commented 1 year ago

Hello, Just found pickley and I already love it 😄

I have a little question: is there (or how do I enable) completion on the CLI? It would be handy having double-tab to complete the sub-commands (and potentially even parameters, like pickley uninstall <TAB><TAB> could list the currently installed packages)

Thanks a lot!