Class: Soapstone::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/soapstone.rb

Instance Method Summary collapse

Instance Method Details

#commitObject



35
36
37
# File 'lib/soapstone.rb', line 35

def commit
  Soapstone::Operations::Commit.start
end

#configObject



40
41
42
# File 'lib/soapstone.rb', line 40

def config
  Soapstone::UI::Screens::Wizard.start
end

#versionObject



45
46
47
# File 'lib/soapstone.rb', line 45

def version
  puts "Soapstone v#{VERSION}"
end