refactor(config)!: moved store.list_all_stores to list.list_all_stores

This commit is contained in:
Lewis Wynne 2026-02-12 00:32:07 +00:00
parent d992074c9c
commit df70be2c4f
6 changed files with 42 additions and 11 deletions

View file

@ -4,9 +4,10 @@ key.always_prompt_delete = false
key.always_prompt_glob_delete = true
key.always_prompt_overwrite = false
store.default_store_name = default
store.list_all_stores = true
store.always_prompt_delete = true
store.always_prompt_overwrite = true
list.list_all_stores = true
list.default_list_format = table
git.auto_fetch = false
git.auto_commit = false
git.auto_push = false