Class: Typocop::CLI
- Inherits:
-
Thor
- Object
- Thor
- Typocop::CLI
- Defined in:
- lib/typocop/cli.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
10 11 12 13 |
# File 'lib/typocop/cli.rb', line 10 def execute settings = Settings.new([:config]) Typocop.execute(settings) end |