Class: Smolt::CLI
- Inherits:
-
Thor
- Object
- Thor
- Smolt::CLI
- Defined in:
- lib/smolt/cli.rb
Overview
Smolt’s all methods
Instance Method Summary collapse
Instance Method Details
#diff(formula) ⇒ Object
20 21 22 |
# File 'lib/smolt/cli.rb', line 20 def diff(formula) puts brew_deps(formula) end |
#version ⇒ Object
15 16 17 |
# File 'lib/smolt/cli.rb', line 15 def version puts "smolt #{VERSION}" end |