Method: Lazybird::Cli::Commands#run
- Defined in:
- lib/lazybird/cli/commands.rb
#run(params) ⇒ Object
30 31 32 33 34 35 |
# File 'lib/lazybird/cli/commands.rb', line 30 def run(params) cursor = -> () do display_prompt end @facade.run_tasks(params, &cursor) end |