Class: Cuber::CLI

Inherits:
Object
  • Object
show all
Defined in:
lib/cuber/cli.rb

Instance Method Summary collapse

Constructor Details

#initializeCLI

Returns a new instance of CLI.



15
16
17
18
19
20
21
# File 'lib/cuber/cli.rb', line 15

def initialize
  @options = {}
  parse_command!
  parse_cuberfile
  validate_cuberfile
  execute
end