Class: FlipTheSwitch::Cli
- Inherits:
-
Thor
- Object
- Thor
- FlipTheSwitch::Cli
- Defined in:
- lib/flip_the_switch/cli.rb
Instance Method Summary collapse
Instance Method Details
#category ⇒ Object
25 26 27 |
# File 'lib/flip_the_switch/cli.rb', line 25 def category category_generator.generate end |
#plist ⇒ Object
18 19 20 |
# File 'lib/flip_the_switch/cli.rb', line 18 def plist plist_generator.generate end |
#settings ⇒ Object
32 33 34 |
# File 'lib/flip_the_switch/cli.rb', line 32 def settings settings_generator.generate end |