Class: Bricky::Command

Inherits:
Thor
  • Object
show all
Defined in:
lib/bricky/command.rb

Instance Method Summary collapse

Instance Method Details

#bootstrapObject



20
21
22
23
24
# File 'lib/bricky/command.rb', line 20

def bootstrap
  requirements.check_and_execute do
    dispatch(:bootstrap)
  end
end

#builderObject



28
29
30
31
32
# File 'lib/bricky/command.rb', line 28

def builder
  requirements.check_and_execute do
    dispatch(:builder)
  end
end

#installObject



15
16
17
# File 'lib/bricky/command.rb', line 15

def install
  dispatch(:install)
end