Module scriptlike.core
Global variables
Name |
Type |
Description |
scriptlikeCustomEcho
|
void delegate(string)
|
By default, scriptlikeEcho and scriptlikeDryRun echo to stdout.
You can override this behavior by setting scriptlikeCustomEcho to your own
sink delegate. Since this is used for logging, don't forget to flush your output.
|
scriptlikeDryRun
|
bool
|
If true, then run, tryRun, file write, file append, and all the echoable
commands that modify the filesystem will be echoed to stdout (regardless
of scriptlikeEcho ) and NOT actually executed.
|
scriptlikeEcho
|
bool
|
If true, all commands will be echoed. By default, they will be
|
Aliases
Name |
Type |
Description |
scriptlikeTraceCommands
|
|
Alias for backwards-compatibility. This will be deprecated in the future.
|
Copyright
Copyright (C) 2014-2015 Nick Sabalausky