Arrays-arguments are not parsed correctly
Arrays-arguments are not parsed correctly
Arrays-arguments are not parsed correctly
Array options were redefined to be repeated simple key-values.
Instead of
--arrayoptname value1 value2 value3
they need to be defined as:
--arrayoptname value1 --arrayoptname value2 --arrayoptname value3
This approach is consistent with the already existing implementation.
Unit test was adapted to fulfill the simplified requirement
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?