Module: Fet::Cli::Generate::SingleNoteListening

Defined in:
lib/fet/cli/generate/single_note_listening.rb

Overview

CLI implementation for the “generate single_note_listening” command

Class Method Summary collapse

Class Method Details

.run(_global_options, options, _args) ⇒ Object



8
9
10
11
12
# File 'lib/fet/cli/generate/single_note_listening.rb', line 8

def self.run(_global_options, options, _args)
  Fet::Generator::SingleNoteListening.new(
    tempo: options[:tempo],
  ).generate
end