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



113
114
115
# File 'lib/chamber/binary/runner.rb', line 113

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

#filesObject



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

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

#initObject



137
138
139
# File 'lib/chamber/binary/runner.rb', line 137

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

#secureObject



130
131
132
# File 'lib/chamber/binary/runner.rb', line 130

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

#showObject



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

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