class Wpconv::CLI
Public Instance Methods
convert(wp_xml_path)
click to toggle source
# File lib/wpconv/cli.rb, line 11 def convert(wp_xml_path) Wpconv::Converter.new.run(wp_xml_path, options) end
# File lib/wpconv/cli.rb, line 11 def convert(wp_xml_path) Wpconv::Converter.new.run(wp_xml_path, options) end