Unverified Commit 21959d8d authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #316173 from teto/teto/hurl-add-completion

hurl: add shell completions
parents d4cb47d8 e8ebedab
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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; {
+0 −2
Original line number Diff line number Diff line
@@ -9009,8 +9009,6 @@ with pkgs;
  hue-plus = libsForQt5.callPackage ../applications/misc/hue-plus { };
  hurl = callPackage ../tools/networking/hurl { };
  hubicfuse = callPackage ../tools/filesystems/hubicfuse { };
  humanfriendly = with python3Packages; toPythonApplication humanfriendly;