# tmuxp.cli.utils.prompt_choices

- **Module:** tmuxp.cli.utils
- **Package:** tmuxp
- **Language:** Python
- **Kind:** function
- **Source:** https://github.com/tmux-python/tmuxp/blob/153acdf6ff1268b14d3d03ed488f545a7123c8f1/src/tmuxp/cli/utils.py#L176
- **Page:** https://libtmux.org/en/py/latest/workspace/reference/tmuxp-cli-utils-prompt_choices/

```
tmuxp.cli.utils.prompt_choices(name: str, choices: Sequence[str | tuple[str, str]], default: str | None = None, no_choice: Sequence[str] = ("none",), color_mode: ColorMode | None = None) -> str | None
```

Return user input from command line from set of provided choices.

## Returns

str
