Class: Msewage::Importer::CLI
- Inherits:
-
Object
- Object
- Msewage::Importer::CLI
- Includes:
- CommandLineHelper::HelpText
- Defined in:
- lib/msewage-importer/cli.rb
Overview
Public: Entry point for command line interface
Class Method Summary collapse
-
.run ⇒ Object
Public: entry point for class.
Instance Method Summary collapse
-
#setup_and_run ⇒ Object
Public: setup and run.
Class Method Details
.run ⇒ Object
Public: entry point for class
11 12 13 |
# File 'lib/msewage-importer/cli.rb', line 11 def run self.new.setup_and_run end |
Instance Method Details
#setup_and_run ⇒ Object
Public: setup and run
17 18 19 20 |
# File 'lib/msewage-importer/cli.rb', line 17 def setup_and_run setup run end |