Skip to content

Strikethrough

Strikethrough the string with a line

Properties

Name Parent
strikethrough Line

Format

Format
format line strikethrough <string*>

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