diff options
Diffstat (limited to 'Argcfile.sh')
| -rw-r--r-- | Argcfile.sh | 6 |
1 files changed, 1 insertions, 5 deletions
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 "$@" } |
