Module: QAT::CLI::Plugins::Core
- Defined in:
- lib/qat/cli/plugins/core.rb
Overview
Plugin for CLI functions
Class Method Summary collapse
-
.add_module(stdout, opts) ⇒ Object
Function for adding the Core module to a project.
Class Method Details
.add_module(stdout, opts) ⇒ Object
Function for adding the Core module to a project. Just used for testing, does nothing.
12 13 14 |
# File 'lib/qat/cli/plugins/core.rb', line 12 def self.add_module stdout, opts stdout.puts 'Nothing to add in Core module' if opts[:verbose] end |