Method: Bbl::CLI#show_help

Defined in:
lib/bbl.rb

#show_helpObject



14
15
16
17
18
19
20
21
22
# File 'lib/bbl.rb', line 14

def show_help
  puts "\\e[35;1mThis is just a wrapper around grep -i ____ akjv.txt\\e[0m\n(so, for now, the help is: man grep ).\nIf you want to see the whole text, you can do:\n  \\e[35mbbl . | less\\e[0m\n"
  exit 1
end