beetbox / beetbox/beets

In verbose mode, show information about included config files

Open
#3,254 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.