Hi, When we are invoking report generator from pipeline in linux, the argument parsing is not correct This seems to be an issue here https://github.com/danielpalme/ReportGenerator/blob/master/src/ReportGenerator.Core/Program.cs#L20 The actual values of args ``` "\"-reports:abc.xml\"", "\"-targetdir:/temp\"" ``` The end values are `abc.xml\` and `/temp\` after regex matching is done, which is breaking the report generation