Added zsh completion

This commit is contained in:
2023-05-01 17:31:06 -07:00
parent 978d9c686e
commit f6dbf614d1
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ cargo build --release
sudo sh << EOF
cp target/release/license-tool "$PREFIX/bin/license-tool"
cp _license-tool "$PREFIX/share/zsh/site-functions/_license-tool"
printf "Installing licenses to '%s'\n" "$GLOBAL_DATA_PATH"
rm -rf "$GLOBAL_DATA_PATH"
cp -R licenses "$GLOBAL_DATA_PATH"