3 references to LaunchProfileOption
dotnet (2)
Commands\Run\RunCommand.cs (2)
898string launchProfile = parseResult.GetValue(definition.LaunchProfileOption) ?? string.Empty; 911throw new GracefulException(CliCommandStrings.InvalidOptionForStdin, definition.LaunchProfileOption.Name);
Microsoft.DotNet.Cli.Definitions (1)
Commands\Run\RunCommandDefinition.cs (1)
111Options.Add(LaunchProfileOption);