In verbose mode, show information about included config files
Open
feature
- Dominant language
- Python
- Stars
- 15.7k
- Forks
- 2.1k
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 31
Description
When running in verbose mode, you get `user configuration: .config/beets/config.yaml`. It would be nice to have information about all included files with `config.html#include` directive. Example:
You have in config.yaml:
```
include: ['tokens.yaml', '~/external.yaml']
```
Running with verbose on would give:
`user configuration: .config/beets/config.yaml, .config/beets/tokens.yaml, ~/external.yaml`
Contributor guide
Assessment
This issue has not been assessed yet.