public static interface CommandLine.Help.Ansi.IStyle
Modifier and Type | Field and Description |
---|---|
static String |
CSI
The Control Sequence Introducer (CSI) escape sequence "\u001b[".
|
Modifier and Type | Method and Description |
---|---|
String |
off()
Returns the ANSI escape code for turning this style off.
|
String |
on()
Returns the ANSI escape code for turning this style on.
|
static final String CSI