Method: Arborist::CLI::Subcommand.highlight_string

Defined in:
lib/arborist/cli.rb

.highlight_string(string) ⇒ Object

Return the specified string in the ‘highlight’ ANSI color.



300
301
302
# File 'lib/arborist/cli.rb', line 300

def highlight_string( string )
  return hl.highlight( string )
end