diff --git a/bin/couchview b/bin/couchview index b9079ef..c87a741 100755 --- a/bin/couchview +++ b/bin/couchview @@ -1,6 +1,8 @@ #!/usr/bin/env ruby require 'optparse' +require 'couchrest' + %w(generate push).each do |file| require File.dirname(__FILE__) + "/../lib/couchrest/commands/#{file}" end