lib/claide/command/plugins/list.rb in claide-plugins-0.9.0 vs lib/claide/command/plugins/list.rb in claide-plugins-0.9.1
- old
+ new
@@ -6,13 +6,13 @@
class Plugins
# The list subcommand. Used to list all known plugins
#
class List < Plugins
self.summary = 'List all known plugins'
- self.description = <<-DESC
- List all known plugins (according to the list
- hosted on github.com/CocoaPods/cocoapods-plugins)
- DESC
+ def self.description
+ "List all known plugins (according to the list
+ hosted on #{ CLAide::Plugins.config.plugin_list_url })"
+ end
def self.options
super.reject { |option, _| option == '--silent' }
end