Class: Bricky::Command

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

Instance Method Summary collapse

Instance Method Details

#builderObject



22
23
24
25
26
# File 'lib/bricky/command.rb', line 22

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

#installObject



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

def install
  dispatch(:install)
end

#versionObject



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

def version
  dispatch(:version)
end