serpent-os / tools

The home of moss (system state manager) and boulder (moss format build tool)
https://serpentos.com
133 stars 12 forks source link

boulder/moss: Shell completions support #220

Open ReillyBrogan opened 5 months ago

ReillyBrogan commented 5 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 5 months 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?