Add --version and --help
This commit is contained in:
parent
38b1e14b5c
commit
d141fe1d36
4 changed files with 141 additions and 16 deletions
2
bin/wtc
2
bin/wtc
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
DIR="$(dirname "$(readlink -f "$0")")"
|
||||
node "$DIR/../dist/main.js";
|
||||
node "$DIR/../dist/main.js" "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue