Class: Preek::CLI

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/preek/cli.rb

Overview

whoop whoop

Instance Method Summary collapse

Instance Method Details

#smell(*args) ⇒ Object



23
24
25
# File 'lib/preek/cli.rb', line 23

def smell(*args)
  Preek::Smell(args, excludes)
end

#versionObject



14
15
16
# File 'lib/preek/cli.rb', line 14

def version(*)
  say VERSION
end