refactor(config)!: moved store.list_all_stores to list.list_all_stores
This commit is contained in:
parent
d992074c9c
commit
df70be2c4f
6 changed files with 42 additions and 11 deletions
|
|
@ -219,7 +219,7 @@ pda rm kitty -y
|
|||
|
||||
<p align="center"></p><!-- spacer -->
|
||||
|
||||
`pda ls` to see what you've got stored. By default it lists the contents of all stores. Pass a store name to check only the given store. Checking a specific store is faster than checking everything, but the slowdown should be insignificant unless you have masses of different stores. `store.list_all_stores` can be set to false to list `store.default_store_name` by default.
|
||||
`pda ls` to see what you've got stored. By default it lists the contents of all stores. Pass a store name to check only the given store. Checking a specific store is faster than checking everything, but the slowdown should be insignificant unless you have masses of different stores. `list.list_all_stores` can be set to false to list `store.default_store_name` by default.
|
||||
```bash
|
||||
pda ls
|
||||
# Key Store Value TTL
|
||||
|
|
@ -789,10 +789,13 @@ always_prompt_overwrite = false
|
|||
|
||||
[store]
|
||||
default_store_name = "default"
|
||||
list_all_stores = true
|
||||
always_prompt_delete = true
|
||||
always_prompt_overwrite = true
|
||||
|
||||
[list]
|
||||
list_all_stores = true
|
||||
default_list_format = "table"
|
||||
|
||||
[git]
|
||||
auto_fetch = false
|
||||
auto_commit = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue