refactor: improve scripts/create.sh

This commit is contained in:
sigoden
2024-06-06 05:37:32 +00:00
parent c6eeb84402
commit f58e9ea54a
2 changed files with 11 additions and 8 deletions
+1 -5
View File
@@ -175,11 +175,7 @@ install() {
}
# @cmd Create a boilplate tool script file.
# It automatically generate declaration json for `*.py` and `*.js` and generate `@option` tags for `.sh`.
# Examples:
# argc create abc.sh foo bar! baz+ qux*
# @arg name! The script filename.
# @arg params* The script parameters
# @arg args~
create() {
./scripts/create.sh "$@"
}