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
+4
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 = {