class Greener::CLI
Main Thor application Subcommands map directly to instance methods in this class. e.g. entering `greener whatever` in your terminal should invoke the App#whatever method
Public Instance Methods
lint()
click to toggle source
# File lib/greener/cli.rb, line 12 def lint linter = Linter.new(options[:config]) linter.lint end