app-text/typst: add missing shell completion eclass

This commit is contained in:
odrling 2024-03-10 22:18:02 +01:00
parent 4642b0eaee
commit c2b08efa37
Signed by: odrling
GPG key ID: 2D8C2F151EDB7392

View file

@ -367,7 +367,7 @@ declare -A GIT_CRATES=(
[iai]='https://github.com/typst/iai;3f0f92736408ebce6545808b98e0cb2aea89b7dd;iai-%commit%'
)
inherit cargo
inherit cargo shell-completion
DESCRIPTION="The command line interface for Typst."
HOMEPAGE="https://typst.app"