fishi0x01 / vsh

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

Add list cache for tab-completion #24

Closed fishi0x01 closed 4 years ago

fishi0x01 commented 4 years ago

Addresses https://github.com/fishi0x01/vsh/issues/23

List() queries are cached to reduce overall amount of queries for tab-completion. Cache is reset on execution of a command.