feat(cli): add bpm flag to enable BPM and key tagging

This commit is contained in:
Mathis Maquenne
2025-05-19 14:24:22 +02:00
parent adfd71204d
commit 674eb99ffd
3 changed files with 23 additions and 16 deletions
+1
View File
@@ -16,6 +16,7 @@ type Options struct {
OutputDir string
Quality string
Timeout time.Duration
BPM bool
}
func (o *Options) Validate(appDir string) error {