mbrubeck / compleat

Generate command-line completions using a simple DSL.
http://limpet.net/mbrubeck/2009/10/30/compleat.html
472 stars 18 forks source link

Also read usage files from /usr/share/compleat.d #24

Closed jaimeMF closed 2 years ago

jaimeMF commented 2 years ago

I am creating a package for openSUSE and I want to include the example/*.usage files but /etc should only contain files marked as %config. Other completions (like for bash and fish) are also installed to folders in /usr/share.

mbrubeck commented 2 years ago

Thanks!