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