class Swifterate::CLI

Public Instance Methods

ac(input) click to toggle source
# File lib/swifterate/cli.rb, line 15
def ac(input)
  Generator.ac(File.expand_path(input), options[:name])
end
plist(input) click to toggle source
# File lib/swifterate/cli.rb, line 9
def plist(input)
  Generator.plist(File.expand_path(input), options[:name])
end