1 write to ExplicitCommand
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
186ExplicitCommand = explicitCommand?.Name,
2 references to ExplicitCommand
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
43public string Command => ExplicitCommand ?? DefaultCommand;
dotnet-watch.Tests (1)
CommandLine\CommandLineOptionsTests.cs (1)
114Assert.Equal(command, options.ExplicitCommand);