Actions
Bug #17180
closedParameters of type list can not include values containing commas
Status:
Closed
Priority:
Normal
Assignee:
Category:
Hammer core
Target version:
Difficulty:
easy
Triaged:
Pull request:
Team Backlog:
Description
It is not possible to pass list of values containing commas.
E.g. --parameter='a,b,"c,d"' gets parsed as ['a', 'b', '\"c', 'd\"'] which is not expected
Actions