We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c061b95 commit 589914eCopy full SHA for 589914e
CHANGELOG.md
@@ -78,6 +78,9 @@ prompt is displayed.
78
- New settables:
79
- **max_column_completion_results**: (int) the maximum number of completion results to
80
display in a single column
81
+ - `cmd2.Cmd.select` has been revamped to use the
82
+ [choice](https://python-prompt-toolkit.readthedocs.io/en/3.0.52/pages/asking_for_a_choice.html)
83
+ function from `prompt-toolkit` when both **stdin** and **stdout** are TTYs
84
85
## 3.4.0 (March 3, 2026)
86
0 commit comments