lib/mongoid/shell/commands/mongoexport.rb in mongoid-shell-0.4.5 vs lib/mongoid/shell/commands/mongoexport.rb in mongoid-shell-0.4.6

- old
+ new

@@ -4,9 +4,11 @@ class Mongoexport < Mongoid::Shell::Commands::Base include Mongoid::Shell::Properties::Host include Mongoid::Shell::Properties::Database include Mongoid::Shell::Properties::Username include Mongoid::Shell::Properties::Password + include Mongoid::Shell::Properties::AuthenticationDatabase + include Mongoid::Shell::Properties::SSL # args option :db option :host option :port