nixpkgs/doc/stdenv
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
..
cross-compilation.xml nixpkgs manual: fix a typo in cross-compilation 2020-02-10 16:58:50 +01:00
meta.xml licenses: Make single-version-only GPL explicit 2020-07-05 17:51:30 +02:00
multiple-output.xml doc: Improve code listings 2020-09-23 01:25:25 +02:00
platform-notes.xml nixpkgs manual: move stdenv chapters into one folder 2019-10-30 11:17:14 +01:00
stdenv.xml installShellFiles: Enhance installShellCompletion 2020-10-08 15:08:40 -07:00