Class: Hound::Cli

Inherits:
Object
  • Object
show all
Includes:
Commander::Methods
Defined in:
lib/hound/cli.rb

Instance Method Summary collapse

Instance Method Details

#runObject



5
6
7
8
9
10
11
# File 'lib/hound/cli.rb', line 5

def run
  program :name, "Hound"
  program :version, Hound::VERSION
  program :description, "CLI to generate style rules"
  define_update_cmds
  run!
end