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