Class: Picdown::CLI::Download

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/picdown/cli/download.rb

Instance Method Summary collapse

Instance Method Details

#call(file:, **options) ⇒ Object



23
24
25
# File 'lib/picdown/cli/download.rb', line 23

def call(file:, **options)
  Picdown::Download.from_file(file, **options)
end