From 0edbc438042b5551acb91de032ea0baa4b098648 Mon Sep 17 00:00:00 2001 From: postmannen Date: Wed, 25 Dec 2024 18:02:41 +0100 Subject: [PATCH] fixed typo in readme --- doc/src/example_standard_reqclicommand.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/example_standard_reqclicommand.md b/doc/src/example_standard_reqclicommand.md index a4e0d2a..71b6f5e 100644 --- a/doc/src/example_standard_reqclicommand.md +++ b/doc/src/example_standard_reqclicommand.md @@ -1,6 +1,6 @@ # cliCommand -With **cliCommand** you specify the command to run in **methodArgs** prefixed with the interpreter to use, for example **bash** +With **cliCommand** you specify the command to run in **methodArgs** prefixed with the interpreter to use, for example with bash **bash** `"bash","-c","tree"`. On Linux and Darwin, the shell interpreter can also be auto detected by setting the value of **useDetectedShell** in the message to **true**. If set to true the methodArgs only need a single string value with command to run. Example below. @@ -8,7 +8,7 @@ On Linux and Darwin, the shell interpreter can also be auto detected by setting --- - toNodes: - node2 - UseDetectedShell: true + useDetectedShell: true method: cliCommand methodArgs: - |