aboutsummaryrefslogtreecommitdiffstats
path: root/Argcfile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Argcfile.sh')
-rw-r--r--Argcfile.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/Argcfile.sh b/Argcfile.sh
index 8c3c50c..ae17100 100644
--- a/Argcfile.sh
+++ b/Argcfile.sh
@@ -174,6 +174,16 @@ install() {
fi
}
+# @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
+create() {
+ ./scripts/create.sh "$@"
+}
+
# @cmd Show pre-requisite tool versions
version() {
uname -a