Class: Umarell::CLI
- Inherits:
-
Object
- Object
- Umarell::CLI
- Defined in:
- lib/umarell/cli.rb
Overview
The class responsible of handling command line logic
Instance Method Summary collapse
-
#initialize(tools = TOOLS, arguments = Arguments.new) ⇒ CLI
constructor
A new instance of CLI.
-
#run ⇒ Object
Entry point to start the application.
Constructor Details
Instance Method Details
#run ⇒ Object
Entry point to start the application
26 27 28 29 |
# File 'lib/umarell/cli.rb', line 26 def run @arguments.parse run_commands end |