class Fontastic2Sass::CLI

Public Instance Methods

start() click to toggle source
# File lib/fontastic2sass/cli.rb, line 17
def start

  begin
    Fontastic2Sass.run! source, options['font-path'], options['sass-path'], options

  rescue Exception => e
    say_status(e, '', :red)

  end

  return

end