1
0

Implemented quiet option for cmd_output (fixes #9) (#21)

This commit is contained in:
Patrick Gaskin
2020-05-13 11:38:05 -04:00
committed by GitHub
parent bf03f9e22b
commit 043dfb37e6
2 changed files with 12 additions and 2 deletions

View File

@@ -60,6 +60,7 @@
# cmd_spawn - the command line to pass to /bin/sh -c (started in /)
# It can be prefixed with "quiet:" to prevent the toast with the process PID from being displayed.
# cmd_output - the timeout in milliseconds (0 < t < 10000), a colon, then the command line to pass to /bin/sh -c (started in /)
# It can be prefixed with "quiet:" to prevent the message box with the output from being displayed (i.e. you'd use this where you'd normally use >/dev/null 2>&1).
#
# chain:<action>:<arg>
# chain_failure:<action>:<arg>