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-09-23 01:25:25 +02:00
2020-09-23 01:25:25 +02:00
2020-07-31 15:06:53 +10:00
2020-09-23 01:25:25 +02:00
2020-07-18 14:23:25 +09:00
2019-01-08 15:08:42 +00:00