Add --version and --help

This commit is contained in:
Marko Korhonen 2023-11-15 18:14:39 +02:00
parent 38b1e14b5c
commit d141fe1d36
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
4 changed files with 141 additions and 16 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
DIR="$(dirname "$(readlink -f "$0")")"
node "$DIR/../dist/main.js";
node "$DIR/../dist/main.js" "$@"