Skip to content

Commit

Permalink
Merge pull request #92 from emeraldwalk/develop
Browse files Browse the repository at this point in the history
Updated help text for shell arg #10
  • Loading branch information
bmingles authored Sep 27, 2024
2 parents 2241bcd + 7535905 commit 4e0f0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"shell": {
"type": "string",
"description": "Shell to execute the command with (gets passed to child_process.exec as an options arg. e.g. child_process(cmd, { shell })."
"description": "Specify the path to the shell that will be used to execute commands (gets passed to child_process.exec as an options arg. e.g. child_process(cmd, { shell })."
},
"commands": {
"type": "array",
Expand Down

0 comments on commit 4e0f0f5

Please sign in to comment.