Method: BooticCli::Commands::Themes::Prompt#highlight

Defined in:
lib/bootic_cli/commands/themes.rb

#highlight(str, color = :bold) ⇒ Object



356
357
358
# File 'lib/bootic_cli/commands/themes.rb', line 356

def highlight(str, color = :bold)
  shell.set_color str, color
end