Skip to content

Commit

Permalink
removed choiceStrings from IntPrompt
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoMarlir committed Jun 1, 2024
1 parent ec88e3a commit d6dd618
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class IntPrompt(
private val uppercaseDefault: Boolean = true,
showChoices: Boolean = true,
choices: Collection<Int> = emptySet(),
private val choiceStrings: List<String> = listOf("y", "n"),
promptSuffix: String = ": ",
invalidChoiceMessage: String = "Invalid value, choose from ",
) : Prompt<Int>(
Expand Down

0 comments on commit d6dd618

Please sign in to comment.