diff options
| author | sigoden <sigoden@gmail.com> | 2024-06-08 21:58:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-08 21:58:44 +0800 |
| commit | 8f3385ca9e87f6941914953cabe8ed1e325305cb (patch) | |
| tree | 08128134a517d7136d2cfeac8914a48e44298d80 /scripts/create-tool.sh | |
| parent | 213e949fc8c2362046d197554fda98c87a7906df (diff) | |
| download | llm-functions-docker-8f3385ca9e87f6941914953cabe8ed1e325305cb.tar.gz | |
refactor: improve Argcfile.sh (#40)
Diffstat (limited to 'scripts/create-tool.sh')
| -rwxr-xr-x | scripts/create-tool.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/create-tool.sh b/scripts/create-tool.sh index bb0322c..37cea7a 100755 --- a/scripts/create-tool.sh +++ b/scripts/create-tool.sh @@ -1,11 +1,10 @@ #!/usr/bin/env bash set -e -# @describe Create a boilplate tool scriptfile. +# @describe Create a boilplate tool script # -# It automatically generate declaration json for `*.py` and `*.js` and generate `@option` tags for `.sh`. # Examples: -# argc create abc.sh foo bar! baz+ qux* +# argc create test.sh foo bar! baz+ qux* # ./scripts/create-tool.sh test.py foo bar! baz+ qux* # # @flag --force Override the exist tool file |
