We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e02d1 commit 29f192fCopy full SHA for 29f192f
MainClass.cs
@@ -504,7 +504,7 @@ private static void RegularParametersParsing(string[] args)
504
{
505
if (parseInput.RawFilePath != null)
506
507
- parseInput.OutputDirectory = Path.GetDirectoryName(parseInput.RawFilePath);
+ parseInput.OutputDirectory = Path.GetDirectoryName(Path.GetFullPath(parseInput.RawFilePath));
508
}
509
else if (parseInput.RawDirectoryPath != null)
510
0 commit comments