Merge pull request #189375 from marsam/ytcc-completions

ytcc: install completions
This commit is contained in:
Mario Rodas 2022-09-01 19:06:24 -05:00 committed by GitHub
commit b26d4cd76e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,10 @@ python3Packages.buildPythonApplication rec {
postInstall = ''
installManPage doc/ytcc.1
installShellCompletion --cmd ytcc \
--bash scripts/completions/bash/ytcc.completion.sh \
--fish scripts/completions/fish/ytcc.fish \
--zsh scripts/completions/zsh/_ytcc
'';
meta = {