Class: Catlass::Cli
- Inherits:
-
Thor
- Object
- Thor
- Catlass::Cli
- Defined in:
- lib/catlass/cli.rb
Instance Method Summary collapse
- #apply ⇒ Object
- #export ⇒ Object
-
#initialize(*args) ⇒ Cli
constructor
A new instance of Cli.
Constructor Details
Instance Method Details
#apply ⇒ Object
25 26 27 |
# File 'lib/catlass/cli.rb', line 25 def apply @actions.apply() end |
#export ⇒ Object
19 20 21 |
# File 'lib/catlass/cli.rb', line 19 def export @actions.export() end |