
choice
List of commands for choice:
-
choice:tldr:0162c choice: Prompt the current user to select a `Y` or `N` choice.$ choicetry on your machineexplain 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 machineexplain 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 machineexplain 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 machineexplain 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 machineexplain this command