Skip to content

Under

Underline the string

Properties

Name Parent
under Line

Arguments: Switches

Name Description Long Short
Color Used as a flag instead of a positional color c

Format

Format
format line under (?:`--color=<color>`) (0?:`--bright`) <string*>

Substitution
echo "$(set_color (?:--underline-color=<color>) --underline)"<string*>"$(set_color --reset)"
Queue
set_color (?:--underline-color=<color>) --underline; echo <string*>; set_color --reset