This is the case at least for --project property. It causes problems when, valid project name is invalid regex, for example: "C++ - Unittest":
pulsecli --patch f.diff --project "C++ Unittest" personal
Verify if other properties have the same issue and fix this, using result of regex instead of regex itself.
This is the case at least for --project property. It causes problems when, valid project name is invalid regex, for example: "C++ - Unittest": pulsecli --patch f.diff --project "C++ Unittest" personal Verify if other properties have the same issue and fix this, using result of regex instead of regex itself.