mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Clarify tty to ansi escapes
This commit is contained in:
parent
d8089f1b9d
commit
6d4e800333
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ import lombok.Value;
|
|||
public class ShellProperties {
|
||||
|
||||
ShellDialect dialect;
|
||||
boolean tty;
|
||||
boolean ansiEscapes;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue