Module: QAT::CLI::Plugins::Web
- Defined in:
- lib/qat/cli/plugins/web.rb
Overview
Plugin for CLI functions
Class Method Summary collapse
-
.add_module(stdout, opts) ⇒ Object
Function for adding the Logger module to a project.
Class Method Details
.add_module(stdout, opts) ⇒ Object
Function for adding the Logger module to a project. Just used for testing, does nothing.
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 |