Files
nixpkgs/pkgs
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-10-04 10:52:08 -05:00
2020-10-07 22:50:06 -04:00
2020-10-08 21:47:26 +02:00
2020-10-08 21:47:26 +02:00
2020-10-06 10:25:58 +02:00
2020-10-08 21:47:26 +02:00
2020-10-08 21:47:26 +02:00