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