lib/tidgrep/cli.rb in tidtools-0.0.9 vs lib/tidgrep/cli.rb in tidtools-0.1.0
- old
+ new
@@ -3,10 +3,10 @@
require 'optparse'
module Tidgrep
class CLI
def self.execute(stdout, arguments=[])
- file_names = ENV['TIDDLYWIKI_PATHS'].split
+ file_names = ENV['TIDDLYWIKI_PATHS'].split(";")
file_no = 0
title = nil
regexp_option = 0
report = false
match_rule = "line"