Hi, I'm having trouble with passing multiple arguments to a script.
E.g. if I do it as in the example:
#argumentDescription=This is the description of the argument(s)
#argumentDefault=defaultArg1 defaultArg2
They togeter get parsed as a single argument.
E.g.:
echo "Argument1: $1"
echo "Argument2: $2"
Shows as:
Argument1: defaultArg1 defaultArg2
Argument2:
The description says that spaces in arguments are not supported, e.g. as if it should be handled as separate arguments.
But that does not seem to be the case.
I'm running Unraid 7.0.1, with userscripts plugin 2024.12.19.