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

@ -41,9 +41,10 @@ func TestConfigFieldsDottedKeys(t *testing.T) {
"key.always_prompt_glob_delete": true,
"key.always_prompt_overwrite": true,
"store.default_store_name": true,
"store.list_all_stores": true,
"store.always_prompt_delete": true,
"store.always_prompt_overwrite": true,
"list.list_all_stores": true,
"list.default_list_format": true,
"git.auto_fetch": true,
"git.auto_commit": true,
"git.auto_push": true,