cmd.ansi

Undocumented in source.

Members

Functions

bold
string bold(string text)

Applies foreground (text) SGR bold (increased intensity).

brightBlack
string brightBlack(string text)

Applies foreground (text) SGR bright black.

dim
string dim(string text)

Applies foreground (text) SGR dim (faint, decreased intensity).

link
string link(string text, string url)

Formats text as OSC 8 hyperlink.

stripAnsi
string stripAnsi(string input)

Removes ANSI escape sequences from a string, leaving only the text that would be displayed.