Class: Icomoon2Sass::CLI

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/icomoon2sass/cli.rb

Instance Method Summary collapse

Instance Method Details

#startObject



16
17
18
19
20
21
22
23
24
25
26
27
28
# File 'lib/icomoon2sass/cli.rb', line 16

def start

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

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

  end

  return

end