appendNewline property

bool appendNewline
final

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;