displayCmd property

bool displayCmd
final

When set to false, the command will not print "$ ..." before running the command. This is useful for using the output in other scripts.

Defaults to true.

Implementation

final bool displayCmd;