Class: Webpconverter::CLI
- Inherits:
-
Thor
- Object
- Thor
- Webpconverter::CLI
- Defined in:
- lib/webpconverter.rb
Overview
Webpconverter Command Line Interface
Instance Method Summary collapse
Instance Method Details
#convert(path) ⇒ Object
10 11 12 |
# File 'lib/webpconverter.rb', line 10 def convert(path) puts "converting #{path} to webp..." end |