We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f19d54 commit a0d360fCopy full SHA for a0d360f
README.md
@@ -45,8 +45,8 @@ from buildme import CommandRunner
45
cr = CommandRunner(
46
shell=False, # prevents invoking 'mystery' programs (default=False)
47
print_cmd=True, # prints the command that is currently being executed (default=True)
48
- print_cmd_sep=True, # prints a separation line between the commands that are ran
49
- exit_non_zero=True, # exit the buildme execution if a command execute non zero
+ print_cmd_sep=True, # prints a separation line between the commands that are ran (default=True)
+ exit_non_zero=True, # exit the buildme execution if a command exits non zero (default=True)
50
)
51
52
# you can override the exit_no_zero using the
0 commit comments