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



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

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

#filesObject



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

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

#initObject



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

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

#secureObject



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

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

#showObject



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

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