Class: Typocop::CLI

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

Instance Method Summary collapse

Instance Method Details

#executeObject



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

def execute
  settings = Settings.new(options[:config])
  Typocop.execute(settings)
end