refactor: improve scripts/create.sh
This commit is contained in:
+1
-5
@@ -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 "$@"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user