lib/t/list.rb in t-1.7.1 vs lib/t/list.rb in t-1.7.2
- old
+ new
@@ -17,14 +17,9 @@
MAX_USERS_PER_LIST = 500
MAX_USERS_PER_REQUEST = 100
check_unknown_options!
- class_option "host", :aliases => "-H", :type => :string, :default => T::Requestable::DEFAULT_HOST, :desc => "Twitter API server"
- class_option "no-color", :aliases => "-N", :type => :boolean, :desc => "Disable colorization in output"
- class_option "no-ssl", :aliases => "-U", :type => :boolean, :default => false, :desc => "Disable SSL"
- class_option "profile", :aliases => "-P", :type => :string, :default => File.join(File.expand_path("~"), T::RCFile::FILE_NAME), :desc => "Path to RC file", :banner => "FILE"
-
def initialize(*)
@rcfile = T::RCFile.instance
super
end