23 24 25
# File 'lib/picdown/cli/download.rb', line 23 def call(file:, **options) Picdown::Download.from_file(file, **options) end