diff options
| author | sigoden <sigoden@gmail.com> | 2024-12-13 17:18:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-13 17:18:01 +0800 |
| commit | d692625662c0f7262dab9af049e0adb33ce2e46e (patch) | |
| tree | 56a46488e9f3271a20d62e5886644e6978d2bf8d /scripts/create-tool.sh | |
| parent | 8ace93beb813a431b4f26e277f8c0bcebdfa8511 (diff) | |
| download | llm-functions-docker-d692625662c0f7262dab9af049e0adb33ce2e46e.tar.gz | |
refactor: add docs and update scripts (#150)
Diffstat (limited to 'scripts/create-tool.sh')
| -rwxr-xr-x | scripts/create-tool.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-tool.sh b/scripts/create-tool.sh index c335934..395cac7 100755 --- a/scripts/create-tool.sh +++ b/scripts/create-tool.sh @@ -8,7 +8,7 @@ set -e # # @option --description <text> The tool description # @flag --force Override the exist tool file -# @arg name! The script file name. +# @arg name! The script file name # @arg params* The script parameters main() { |
