Libraries
»
img2pdf
(0.0.5)
»
Index (C)
»
Img2pdf
»
CLI
Class: Img2pdf::CLI
Inherits:
Thor
Object
Thor
Img2pdf::CLI
show all
Defined in:
lib/img2pdf/cli.rb
Instance Method Summary
collapse
#
convert
(dir) ⇒ Object
Instance Method Details
#
convert
(dir) ⇒
Object
7 8 9
# File 'lib/img2pdf/cli.rb', line 7
def
convert
(
dir
)
Img2pdf
.
convert
(
dir
)
end