Class: Icomoon2Sass::CLI
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Icomoon2Sass::CLI
- Includes:
- Thor::Actions
- Defined in:
- lib/icomoon2sass/cli.rb
Instance Method Summary collapse
Instance Method Details
#start ⇒ Object
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, ['font-path'], ['sass-path'], rescue Exception => e say_status(e, '', :red) end return end |