Class: Shipwright::CLI
- Inherits:
-
Thor
- Object
- Thor
- Shipwright::CLI
- Defined in:
- lib/shipwright/cli.rb
Instance Method Summary collapse
Instance Method Details
#build(base = Dir.pwd) ⇒ Object
13 14 15 |
# File 'lib/shipwright/cli.rb', line 13 def build(base=Dir.pwd) Shipwright::Builder.build(base) end |
#version ⇒ Object
8 9 10 |
# File 'lib/shipwright/cli.rb', line 8 def version puts "shipwright version: #{Shipwright::VERSION}" end |