ytcc: install completions

This commit is contained in:
Mario Rodas 2022-09-01 04:20:00 -05:00
parent d43e75e45c
commit 018c6afcf3

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