Method: Arborist::CLI::Subcommand.error_string

Defined in:
lib/arborist/cli.rb

.error_string(string) ⇒ Object

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



312
313
314
# File 'lib/arborist/cli.rb', line 312

def error_string( string )
	return hl.error( string )
end