Class: Soapstone::CLI
- Inherits:
-
Thor
- Object
- Thor
- Soapstone::CLI
- Defined in:
- lib/soapstone.rb
Instance Method Summary collapse
Instance Method Details
#commit ⇒ Object
35 36 37 |
# File 'lib/soapstone.rb', line 35 def commit Soapstone::Operations::Commit.start end |
#config ⇒ Object
40 41 42 |
# File 'lib/soapstone.rb', line 40 def config Soapstone::UI::Screens::Wizard.start end |
#version ⇒ Object
45 46 47 |
# File 'lib/soapstone.rb', line 45 def version puts "Soapstone v#{VERSION}" end |