We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04535d4 commit 20af58eCopy full SHA for 20af58e
pkgs/by-name/te/tea/package.nix
@@ -42,11 +42,9 @@ buildGoModule (finalAttrs: {
42
installShellCompletion --cmd tea \
43
--bash <($out/bin/tea completion bash) \
44
--fish <($out/bin/tea completion fish) \
45
+ --powershell <($out/bin/tea completion pwsh) \
46
--zsh <($out/bin/tea completion zsh)
47
- mkdir $out/share/powershell/ -p
48
- $out/bin/tea completion pwsh > $out/share/powershell/tea.Completion.ps1
49
-
50
$out/bin/tea man --out $out/share/man/man1/tea.1
51
'';
52
0 commit comments