diff options
| author | sigoden <sigoden@gmail.com> | 2024-11-29 18:16:36 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-29 18:16:36 +0800 |
| commit | 139bd5a3f6738b1d478ffcca497ba09262f443b2 (patch) | |
| tree | 0b86bd8b40fc10f359f5e5cf482b028a41740c99 /Argcfile.sh | |
| parent | ecf7233401ebe273fa292b8208651395d99ddff9 (diff) | |
| download | llm-functions-docker-139bd5a3f6738b1d478ffcca497ba09262f443b2.tar.gz | |
refactor: git ignore all tools/agents startsWith `_` (#130)
Diffstat (limited to 'Argcfile.sh')
| -rw-r--r-- | Argcfile.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Argcfile.sh b/Argcfile.sh index c21936d..bf4e616 100644 --- a/Argcfile.sh +++ b/Argcfile.sh @@ -500,8 +500,9 @@ install() { } # @cmd Create a boilplate tool script +# @alias tool:create # @arg args~ -create() { +create@tool() { ./scripts/create-tool.sh "$@" } |
