Skip to content

Bold

Bolden the string

Properties

Name Parent
bold Text

Format

Format
format text bold <string*>

Substitution
echo "$(set_color --bold)"<string*>"$(set_color --reset)"
Queue
set_color --bold; echo <string*>; set_color --reset