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