fishi0x01 / vsh

vsh - HashiCorp Vault interactive shell and cli tool
MIT License
284 stars 12 forks source link

Add cache for tab-completion #23

Closed fishi0x01 closed 4 years ago

fishi0x01 commented 4 years ago

Currently, each keystroke triggers the completion to query vault.

Create an object to cache results to reduce the query load.