Currently if one wants to pass several packages to -Package or -PackageWithoutSubpackages options that would be needed to be done by repeating the option names for every package. It would save time if the following would be possible:
-Package pack1,pack2,pack3
(instead of the current "-Package pack1 -Package pack2 -Package pack3")
-Package pack1,pack2,pack3
(instead of the current "-Package pack1 -Package pack2 -Package pack3")