We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3f59e commit ce28bafCopy full SHA for ce28baf
examples/msw-example.cmd
@@ -16,4 +16,4 @@ rem set "MSW_STATUS_OFFLINE_VALUE=Offline"
16
rem set "MSW_ADDRESS_TITLE=Address"
17
rem set "MSW_ADDRESS_VALUE=example.com"
18
19
-mc-status-webhook
+mc-status-webhook %*
examples/msw-example.sh
@@ -14,4 +14,4 @@
14
#export MSW_ADDRESS_TITLE='Address'
15
#export MSW_ADDRESS_VALUE='example.com'
+mc-status-webhook "$@"
0 commit comments