appendNewline property
When set to true
, the command will end with a newline. This is useful for using the output in other scripts.
Defaults to false
.
Implementation
final bool appendNewline;
When set to true
, the command will end with a newline. This is useful for using the output in other scripts.
Defaults to false
.
final bool appendNewline;