Method: BooticCli::CLI#help

Defined in:
lib/bootic_cli/cli.rb

#helpObject

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



15
16
17
18
19
# File 'lib/bootic_cli/cli.rb', line 15

def help
  say "Bootic CLI v#{BooticCli::VERSION}\n\n", :bold
  super
  check_client_keys
end