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