3 references to GetCommandLineOptions
dotnet-watch.Tests (3)
CommandLine\ProgramTests.cs (1)
24TestOptions.GetCommandLineOptions(["--verbose"]),
HotReload\RuntimeProcessLauncherTests.cs (1)
103TestOptions.GetCommandLineOptions(["--verbose", ..args]),
TestUtilities\TestOptions.cs (1)
25var options = GetCommandLineOptions(args ?? []);