lib/slideshow/cli/commands/plugins.rb in slideshow-1.2.4 vs lib/slideshow/cli/commands/plugins.rb in slideshow-1.2.5

- old
+ new

@@ -1,19 +1,20 @@ module Slideshow class Plugins + include LogUtils::Logging + include PluginHelper ### fix: remove opts, use config (wrapped!!) - def initialize( logger, opts, config ) - @logger = logger + def initialize( opts, config ) @opts = opts @config = config end - attr_reader :logger, :opts, :config + attr_reader :opts, :config def run puts '' puts 'Plugin scripts on the load path' \ No newline at end of file