mirror of
https://github.com/PaesslerAG/docker-multi-platform-probe.git
synced 2026-02-20 05:32:13 +00:00
fix: allow more parameters to be passed through
allow short form of --help (-h) and also --version (-V) to be directly used
This commit is contained in:
@@ -13,7 +13,7 @@ _passthrough=0
|
||||
for _arg in "$@"
|
||||
do
|
||||
case "$_arg" in
|
||||
--help|example-config)
|
||||
-h|--help|example-config|-V|--version)
|
||||
_passthrough=1
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user