-
Notifications
You must be signed in to change notification settings - Fork 62
Constants
lamerman edited this page Mar 23, 2016
·
5 revisions
There are several constants available that can be set by user in the config
module. Here is the list of them with default values
PRINT_ALL_COMMANDS = False
prints all commands being executed
PRINT_STDOUT_ALWAYS = False
always prints stdout of every command executed, ignoring whether the p
parameter is set or not
PRINT_STDERR_ALWAYS = False
always prints stderr of every command executed, ignoring whether the e
parameter is set or not
COLORAMA_ENABLED = True
colorama is a plugin that makes output colored and much more clear and beautiful, this flag controls whether it is enabled