watson-ruby
watson-ruby copied to clipboard
Add bold and colored printing [lib/watson/command.rb]
filename : lib/watson/command.rb line # : 159 tag : todo md5 : 352d5fd0d508d1dd5b0c29b1ed21fb5e
# [todo] - Add bold and colored printing
# Identify method entry
debug_print "#{ self } : #{ __method__ }\n"
print BOLD;
print "Usage: watson [OPTION]...\n"
print "Running watson with no arguments will parse with settings in RC file\n"
print "If no RC file exists, default RC file will be created\n"
print "\n"
print " -c, --context-depth number of lines of context to provide with posted issue\n"
print " -d, --dirs list of directories to search in\n"
print " -f, --files list of files to search in\n"
print " -h, --help print help\n"
print " -i, --ignore list of files, directories, or types to ignore\n"
print " -p, --parse-depth depth to recursively parse directories\n"