serpent-os / moss

The safe, fast and sane package manager for Linux
https://serpentos.com
71 stars 9 forks source link

boulder/moss: Shell completions support #220

Open ReillyBrogan opened 2 months ago

ReillyBrogan commented 2 months ago

It looks like we're using clap for the command line parsing, which supports generation of shell completions. We should wire that up.

livingsilver94 commented 1 month ago

Random proposal: instead of creating completion files from moss/boulder themselves, which feels like the wrong place to me, we could create them in a build.rs?