Module: Fet::Cli::Play::Listening
- Defined in:
- lib/fet/cli/play/listening.rb
Overview
CLI implementation for the “play listening” command
Class Method Summary collapse
Class Method Details
.run(_global_options, options, _args) ⇒ Object
8 9 10 11 12 13 14 15 16 |
# File 'lib/fet/cli/play/listening.rb', line 8 def self.run(, , _args) Fet::Ui::Game.new( tempo: [:tempo], degrees: [:degrees], key_type: [:"key-type"], next_on_correct: [:"next-on-correct"], limit_degrees: [:"limit-degrees"], ).start end |