-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vault not installing command completions for fish #4094
Comments
Looks like the issue is in here - If any of the directories leading to the file do not exist, the command will fail as the relevant code does not act as an equivalent of |
Please file a bug against posener/complete instead -- what you're seeing is just a vendored copy of that project. Once it's fixed it'll get pulled in the next time we update deps! |
Indeed @jefferai. Done. Thanks! |
Fixed in complete, you can update the vendored complete to v1.1.1 |
Environment:
Vault v0.9.5 ('36edb4d42380d89a897e7f633046423240b710d9')
Vault Config File:
N/A
Startup Log Output:
N/A
Expected Behavior:
Vault to do what the documentation says here:
Actual Behavior:
Note:
{{path_to_my_home_folder}}
has been placed instead of the actual system user's home path.Steps to Reproduce:
vault
with Homebrew (brew install vault
)vault
works as advised on the documentation (Just issuevault
on the CLI)vault -autocomplete-install
Important Factoids:
Not sure whether it's an important factoid, but my Fish shell version is
fish, version 2.7.1
References:
The text was updated successfully, but these errors were encountered: