Class: Chamber::Binary::Runner

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/chamber/binary/runner.rb

Instance Method Summary collapse

Instance Method Details

#compareObject



79
80
81
# File 'lib/chamber/binary/runner.rb', line 79

def compare
  Commands::Compare.call(options)
end

#filesObject



64
65
66
# File 'lib/chamber/binary/runner.rb', line 64

def files
  puts Commands::Files.call(options)
end

#initObject



89
90
91
# File 'lib/chamber/binary/runner.rb', line 89

def init
  Commands::Initialize.call(options)
end

#secureObject



84
85
86
# File 'lib/chamber/binary/runner.rb', line 84

def secure
  Commands::Secure.call(options)
end

#showObject



59
60
61
# File 'lib/chamber/binary/runner.rb', line 59

def show
  puts Commands::Show.call(options)
end