diff options
Diffstat (limited to 'scripts/create-tool.sh')
| -rwxr-xr-x | scripts/create-tool.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/create-tool.sh b/scripts/create-tool.sh index bb0322c..37cea7a 100755 --- a/scripts/create-tool.sh +++ b/scripts/create-tool.sh @@ -1,11 +1,10 @@ #!/usr/bin/env bash set -e -# @describe Create a boilplate tool scriptfile. +# @describe Create a boilplate tool script # -# It automatically generate declaration json for `*.py` and `*.js` and generate `@option` tags for `.sh`. # Examples: -# argc create abc.sh foo bar! baz+ qux* +# argc create test.sh foo bar! baz+ qux* # ./scripts/create-tool.sh test.py foo bar! baz+ qux* # # @flag --force Override the exist tool file |
