watson-ruby icon indicating copy to clipboard operation
watson-ruby copied to clipboard

Add bold and colored printing [lib/watson/command.rb]

Open nhmood opened this issue 11 years ago • 0 comments

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"

nhmood avatar Nov 21 '13 16:11 nhmood