mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
caddy: add shell completions for fish
This commit is contained in:
parent
0f70185135
commit
3a574538ee
@ -48,6 +48,7 @@ buildGoModule {
|
|||||||
|
|
||||||
installShellCompletion --cmd metal \
|
installShellCompletion --cmd metal \
|
||||||
--bash <($out/bin/caddy completion bash) \
|
--bash <($out/bin/caddy completion bash) \
|
||||||
|
--fish <($out/bin/caddy completion fish) \
|
||||||
--zsh <($out/bin/caddy completion zsh)
|
--zsh <($out/bin/caddy completion zsh)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user