mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user