Class: TaxGenerator::CLI

Inherits:
Object
  • Object
show all
Defined in:
lib/tax_generator/cli.rb

Overview

this is the class that will be invoked from terminal , and willl use the invoke task as the primary function.

Class Method Summary collapse

Class Method Details

.startvoid

This method returns an undefined value.

method used to start



10
11
12
# File 'lib/tax_generator/cli.rb', line 10

def self.start
  TaxGenerator::Application.new.run
end