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