Class: Swifterate::CLI

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

Instance Method Summary collapse

Instance Method Details

#ac(input) ⇒ Object



15
16
17
# File 'lib/swifterate/cli.rb', line 15

def ac(input)
  Generator.ac(File.expand_path(input), options[:name])
end

#plist(input) ⇒ Object



9
10
11
# File 'lib/swifterate/cli.rb', line 9

def plist(input)
  Generator.plist(File.expand_path(input), options[:name])
end