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



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

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

#filesObject



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

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

#initObject



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

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

#secureObject



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

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

#showObject



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

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