Merge pull request #8 from PaesslerAG/Flow86-patch-1

fix: allow more parameters to be passed through
This commit is contained in:
Flow86
2025-05-27 09:00:40 +02:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ _passthrough=0
for _arg in "$@" for _arg in "$@"
do do
case "$_arg" in case "$_arg" in
--help|example-config) -h|--help|example-config|-V|--version)
_passthrough=1 _passthrough=1
;; ;;
esac esac