Files
nixpkgs/pkgs/build-support
Lily Ballard 7e1e8543fc installShellFiles: Enhance installShellCompletion
Teach installShellCompletion how to install completions from a named
pipe. Also add a convenience flag `--cmd NAME` that synthesizes the name
for each completion instead of requiring repeated `--name` flags.

Usage looks something like

    installShellCompletion --cmd foobar \
      --bash <($out/bin/foobar --bash-completion) \
      --fish <($out/bin/foobar --fish-completion) \
      --zsh <($out/bin/foobar --zsh-completion)

Fixes #83284
2020-10-08 15:08:40 -07:00
..
2020-06-01 13:59:20 +01:00
2020-09-02 02:24:07 +02:00
2020-09-19 20:54:27 -07:00
2020-09-21 08:30:58 +10:00
2020-03-09 02:11:45 -04:00