Class: Wpconv::CLI

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

Instance Method Summary collapse

Instance Method Details

#convert(wp_xml_path) ⇒ Object



11
12
13
# File 'lib/wpconv/cli.rb', line 11

def convert(wp_xml_path)
  Wpconv::Converter.new.run(wp_xml_path, options)
end