2 references to NoLaunchProfileOption
dotnet-watch (2)
CommandLine\CommandLineOptions.cs (1)
156
var launchProfile = parseResult.GetValue(definition.
NoLaunchProfileOption
)
CommandLine\DotnetWatchCommandDefinition.cs (1)
100
Options.Add(
NoLaunchProfileOption
);