From c7692e1b2cfc52f204f05d6834c2544faaac7fc4 Mon Sep 17 00:00:00 2001 From: qixiaobo Date: Mon, 12 Jul 2021 11:22:31 +0800 Subject: [PATCH] change shellcmd to shell Refer to https://github.com/coderofsalvation/hubot-script-shellcmd/commit/e7f7bf6b5c7ceb6b13a545f6811601b14eb96f10 We may see default shellcmd changes to shell --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1d73928..a3a2bb7 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ whenever possible. ### Commands: -* Hubot shellcmd - list (bash)shell commands -* Hubot shellcmd - performs bashshell command +* Hubot shell - list (bash)shell commands +* Hubot shell - performs bashshell command ### Example @@ -24,12 +24,12 @@ whenever possible. In hubot: - you> hubot shellcmd + you> hubot shell hubot> Available commands: hubot> helloworld - you> hubot shellcmd helloworld + you> hubot shell helloworld hubot> helloworld ### Why @@ -43,7 +43,7 @@ Done. > In case you separated your bashscripts from the npm module (see Example Section) the directory is `bash/handlers` in hubot's working directory -# Optional: rename the 'shellcmd' directive +# Optional: rename the 'shell' directive Some people would prefer typing `foo helloworld` instead of `shellcmd helloworld`. In that case please introduce this environmentvariable: