vault: add completion deprecation notice
This commit is contained in:
parent
eabaf4e30a
commit
82cafa41cb
@ -1,6 +1,8 @@
|
|||||||
{ stdenv, fetchFromGitHub, go, gox, removeReferencesTo }:
|
{ stdenv, fetchFromGitHub, go, gox, removeReferencesTo }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
# Deprecated since vault 0.8.2: use `vault -autocomplete-install` instead
|
||||||
|
# to install auto-complete for bash, zsh and fish
|
||||||
vaultBashCompletions = fetchFromGitHub {
|
vaultBashCompletions = fetchFromGitHub {
|
||||||
owner = "iljaweis";
|
owner = "iljaweis";
|
||||||
repo = "vault-bash-completion";
|
repo = "vault-bash-completion";
|
||||||
|
Loading…
Reference in New Issue
Block a user