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 07422ce commit 7e03daeCopy full SHA for 7e03dae
src/Atc.CodingRules.Updater.CLI/Program.cs
@@ -8,8 +8,6 @@ public static class Program
8
{
9
public static Task<int> Main(string[] args)
10
11
- args = new[] { "run", "-p", @"C:\Temp\sletmig", "-v" };
12
-
13
ArgumentNullException.ThrowIfNull(args);
14
15
args = SetProjectPathFromDotArgumentIfNeeded(args);
0 commit comments