Class: FlipTheSwitch::Cli

Inherits:
Thor
  • Object
show all
Defined in:
lib/flip_the_switch/cli.rb

Instance Method Summary collapse

Instance Method Details

#categoryObject



25
26
27
# File 'lib/flip_the_switch/cli.rb', line 25

def category
  category_generator.generate
end

#plistObject



18
19
20
# File 'lib/flip_the_switch/cli.rb', line 18

def plist
  plist_generator.generate
end

#settingsObject



32
33
34
# File 'lib/flip_the_switch/cli.rb', line 32

def settings
  settings_generator.generate
end