Merge pull request #139342 from puzzlewolf/watson-fish

watson: Install fish completions.
This commit is contained in:
figsoda 2021-09-24 14:43:09 -04:00 committed by GitHub
commit 687ed904ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@ in with python.pkgs; buildPythonApplication rec {
postInstall = ''
installShellCompletion --bash --name watson watson.completion
installShellCompletion --zsh --name _watson watson.zsh-completion
installShellCompletion --fish watson.fish
'';
checkInputs = [ pytestCheckHook pytest-mock mock pytest-datafiles ];