hurl: add shell completions

they were introduced in 4.3
This commit is contained in:
Matthieu C. 2024-05-31 15:52:30 +02:00
parent 5ceeafa47d
commit 43b710215d

View File

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