Open ReillyBrogan opened 6 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.
clap
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?
It looks like we're using
clap
for the command line parsing, which supports generation of shell completions. We should wire that up.