Module: QAT::CLI::Plugins::Web

Defined in:
lib/qat/cli/plugins/web.rb

Overview

Plugin for CLI functions

Since:

  • 6.1.0

Class Method Summary collapse

Class Method Details

.add_module(stdout, opts) ⇒ Object

Function for adding the Logger module to a project. Just used for testing, does nothing.

Parameters:

  • stdout (IO)

    Stdout stream

  • opts (Hash)

    Options hash

Since:

  • 6.1.0



20
21
22
# File 'lib/qat/cli/plugins/web.rb', line 20

def self.add_module stdout, opts
  QAT::Web::Generator.add_module(stdout, opts)
end