Method: Workbench::Cli#export

Defined in:
lib/work_bench/cli.rb

#export(path = 'export') ⇒ Object



84
85
86
87
# File 'lib/work_bench/cli.rb', line 84

def export path = 'export'
    export = Workbench::Exporter.new File.expand_path('.'), File.join(File.expand_path('.'), path), options[:fix_urls]
  export.process
end