4 references to ConfirmationPromptYesValue
dotnet (4)
InteractiveConsole.cs (4)
43
if (key.Key == ConsoleKey.Enter || KeyMatches(key, CliCommandStrings.
ConfirmationPromptYesValue
))
53
Console.Write(AddPromptOptions(string.Format(CliCommandStrings.ConfirmationPromptInvalidChoiceMessage, CliCommandStrings.
ConfirmationPromptYesValue
, CliCommandStrings.ConfirmationPromptNoValue)));
58
return $"{message} [{CliCommandStrings.
ConfirmationPromptYesValue
}/{CliCommandStrings.ConfirmationPromptNoValue}] ({CliCommandStrings.
ConfirmationPromptYesValue
}): ";