CLI implementation for the “generate singing” command
8 9 10 11 12 13
# File 'lib/fet/cli/generate/singing.rb', line 8 def self.run(_global_options, options, _args) Fet::Generator::Singing.new( tempo: options[:tempo], pause: options[:pause], ).generate end