sys-apps/framework_tool: Install shell completions in 9999

Upstream has recently added shell completions for the package.

Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
This commit is contained in:
Yuan Liao
2025-04-16 17:03:18 -04:00
parent 42f4e83abb
commit 2b38f8a90a

View File

@@ -23,7 +23,7 @@ if ! is_live; then
)
fi
inherit cargo
inherit cargo shell-completion
MY_PN="framework-system"
@@ -106,4 +106,6 @@ src_prepare() {
src_install() {
dobin "$(cargo_target_dir)/framework_tool"
einstalldocs
dobashcomp completions/bash/framework_tool
dozshcomp completions/zsh/_framework_tool
}