Forrest logo
back to context overview

choice

List of commands for choice:

  • choice:tldr:0162c choice: Prompt the current user to select a `Y` or `N` choice.
    $ choice
    try on your machine
    explain this command
  • choice:tldr:17f28 choice: Prompt the current user to select a choice and prefer the [d]efault choice in a specific [t]ime.
    $ choice /t ${5} /d ${N}
    try on your machine
    explain this command
  • choice:tldr:20f1f choice: Prompt the current user to select a [c]hoice from a specific set.
    $ choice /c ${AB}
    try on your machine
    explain this command
  • choice:tldr:620c3 choice: Display help.
    $ choice /?
    try on your machine
    explain this command
  • choice:tldr:6a301 choice: Prompt the current user to select a choice with a specific [m]essage.
    $ choice /m "${message}"
    try on your machine
    explain this command
  • choice:tldr:f83ee choice: Prompt the current user to select a [c]ase-[s]ensitive [c]hoice from a specific set.
    $ choice /cs /c ${Ab}
    try on your machine
    explain this command
back to context overview