mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
hurl: add shell completions
they were introduced in 4.3
This commit is contained in:
parent
5ceeafa47d
commit
43b710215d
@ -39,6 +39,13 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
postInstall = ''
|
||||
installManPage docs/manual/hurl.1 docs/manual/hurlfmt.1
|
||||
installShellCompletion --cmd hurl \
|
||||
--bash completions/hurl.bash \
|
||||
--zsh completions/_hurl \
|
||||
--fish completions/hurl.fish
|
||||
|
||||
installShellCompletion --cmd hurlfmt \
|
||||
--zsh completions/_hurlfmt
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user