beet import --timid -A does not ask for confirmation
Open
import-command
- Dominant language
- Python
- Stars
- 15.7k
- Forks
- 2.1k
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 31
Description
Following command imported and moved files despite the `--timid` flag :
```sh
$ beet -vv import --timid -A $sourcepath
```
Same command without `-A` led to confirmation dialog as expected.
```sh
$ beet version
beets version 2.6.1
Python version 3.13.5
plugins: discogs, edit, fetchart, info, mbsync, musicbrainz
```
Contributor guide
Assessment
This issue has not been assessed yet.