Module: StartingBlocks::Cli

Defined in:
lib/starting_blocks/cli.rb

Class Method Summary collapse

Class Method Details

.run(arguments) ⇒ Object



5
6
7
8
9
# File 'lib/starting_blocks/cli.rb', line 5

def self.run arguments
  load_the_arguments_to_be_considered arguments
  setup_the_system
  run_the_appropriate_command
end