Class: Webpconverter::CLI

Inherits:
Thor
  • Object
show all
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