aboutsummaryrefslogtreecommitdiffstats
path: root/Argcfile.sh
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-11-29 18:16:36 +0800
committerGitHub <noreply@github.com>2024-11-29 18:16:36 +0800
commit139bd5a3f6738b1d478ffcca497ba09262f443b2 (patch)
tree0b86bd8b40fc10f359f5e5cf482b028a41740c99 /Argcfile.sh
parentecf7233401ebe273fa292b8208651395d99ddff9 (diff)
downloadllm-functions-docker-139bd5a3f6738b1d478ffcca497ba09262f443b2.tar.gz
refactor: git ignore all tools/agents startsWith `_` (#130)
Diffstat (limited to 'Argcfile.sh')
-rw-r--r--Argcfile.sh3
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 "$@"
}