Method: BooticCli::Command#help

Defined in:
lib/bootic_cli/command.rb

#help(some, arg) ⇒ Object

override Thor’s help method to print banner and check for keys



10
11
12
13
14
15
# File 'lib/bootic_cli/command.rb', line 10

def help(some, arg)
  say "Bootic CLI v#{BooticCli::VERSION}\n\n", :bold
  super

  examples if respond_to?(:examples)
end