Class: Img2pdf::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/img2pdf/cli.rb

Instance Method Summary collapse

Instance Method Details

#convert(dir) ⇒ Object



7
8
9
# File 'lib/img2pdf/cli.rb', line 7

def convert(dir)
  Img2pdf.convert(dir)
end