Open Inambe opened 1 year ago
I dug up and found where this problem is coming from:
It always gets enclosed with []
. Maybe there's a way I could include stream(s) from input(s) without processing it through complexFilter
while using complexFilter
? If there is, let me know.
Otherwise, I suggest removing this behavior of automatically enclosing with []
.
Version information
Code to reproduce
(note: if the problem only happens with some inputs, include a link to such an input file)
Expected results
2:a
in the map argument array should be mapped as-map 2:a
Observed results
It is being mapped as
-map [2:a]
Checklist