From f58e9ea54a4d46e020ed3b5860a9832f41521e29 Mon Sep 17 00:00:00 2001 From: sigoden Date: Thu, 6 Jun 2024 05:37:32 +0000 Subject: refactor: improve scripts/create.sh --- Argcfile.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Argcfile.sh') diff --git a/Argcfile.sh b/Argcfile.sh index ae17100..69bfaa6 100644 --- a/Argcfile.sh +++ b/Argcfile.sh @@ -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 "$@" } -- cgit v1.2.3