Class: CodeQuality::CLI

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

Defined Under Namespace

Classes: Application

Class Method Summary collapse

Class Method Details

.start(argv = ARGV) ⇒ Object



5
6
7
# File 'lib/code_quality/cli.rb', line 5

def self.start(argv = ARGV)
  Application.new.run
end