--target-work-dir fails to handle spaces in a path name
Example:
PartCover.exe"
--target="nunit-console.exe"
--target-work-dir="C:\dev\Blah Boo\Tests\bin\Debug\"
--target-args=Tests.dll
--include=[Blah.*]*
This fails. Whereas if you start by:
cd "\dev\Blah Boo\Tests\bin\Debug\"
Then run the CLI minus the --target-work-dir parameter, everything functions.
Argument list syntax to be changed