feat(cli): add bpm flag to enable BPM and key tagging
This commit is contained in:
@@ -16,6 +16,7 @@ type Options struct {
|
||||
OutputDir string
|
||||
Quality string
|
||||
Timeout time.Duration
|
||||
BPM bool
|
||||
}
|
||||
|
||||
func (o *Options) Validate(appDir string) error {
|
||||
|
||||
Reference in New Issue
Block a user