dbrgn / tealdeer

A very fast implementation of tldr in Rust.
https://dbrgn.github.io/tealdeer/
Apache License 2.0
4.06k stars 123 forks source link

Include shell completion in crates.io releases? #332

Closed nc7s closed 1 year ago

nc7s commented 1 year ago

Hi, I packaged and maintain tealdeer in Debian. Our current packaging approach, in the Debian Rust Team, uses crates.io release tarballs. It unfortunately doesn't include the completions, thus I have to use a patch to add them back.

Is it feasible to include them? Otherwise a manual copy may become out of sync.

niklasmohrin commented 1 year ago

Sounds reasonable to me, can do :)