bin/dw in dev_flow-0.0.7 vs bin/dw in dev_flow-0.0.8

- old
+ new

@@ -21,11 +21,10 @@ options[:local_config] = '.dev_flow' opts.on('-l LOCAL_CONFIG', '--local-config LOCAL_CONFIG', 'use an other local configuration file') do |lc| options[:local_config] = lc end - options[:members_file] = 'members.yml' if File.exists?('members.yml') - options[:members_file] = 'config/members.yml' if File.exists?('config/members.yml') + options[:members_file] = 'members.yml' opts.on('-m MEMBERS_FILE', '--members_file MEMBERS_FILE', 'use an other members file') do |mf| options[:members_file] = mf raise "the specified members file #{mf} is not exists." unless File.exists? mf end