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



81
82
83
# File 'lib/chamber/binary/runner.rb', line 81

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

#filesObject



66
67
68
# File 'lib/chamber/binary/runner.rb', line 66

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

#initObject



98
99
100
# File 'lib/chamber/binary/runner.rb', line 98

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

#secureObject



93
94
95
# File 'lib/chamber/binary/runner.rb', line 93

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

#showObject



61
62
63
# File 'lib/chamber/binary/runner.rb', line 61

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