Merge pull request #189375 from marsam/ytcc-completions
ytcc: install completions
This commit is contained in:
commit
b26d4cd76e
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user