Skip to content
Discussion options

You must be logged in to vote

Because you're telling it to: beet import * is expanded by the shell to beet import <file1> <file2> ..., i.e. each file is passed as separate argument. Why did you switch from beet import . to beet import *?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@RobertBernstein
Comment options

@RobertBernstein
Comment options

Answer selected by jackwilsdon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants