Added zsh completion
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user