displayCmd property
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;
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
.
final bool displayCmd;