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
@@ -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 ];