class TaxGenerator::CLI

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

Public Class Methods

start() click to toggle source

method used to start

@return [void]

@api public

# File lib/tax_generator/cli.rb, line 10
def self.start
  TaxGenerator::Application.new.run
end