Merge pull request #139342 from puzzlewolf/watson-fish
watson: Install fish completions.
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user