Skip to content

Commit c0c8707

Browse files
committed
Added documentation
1 parent ecbaf00 commit c0c8707

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
for formatting help/description text
1010
* Aliases are now sorted alphabetically
1111
* The **set** command now tab-completes settable parameter names
12+
* Added ``async_alert``, ``async_update_prompt``, and ``set_window_title`` functions
13+
* These allow you to provide feedback to the user in an asychronous fashion, meaning alert can be
14+
display when the user is still entering text at the prompt. See [async_printing.py](https://github.com/python-cmd2/cmd2/blob/master/examples/async_printing.py)
15+
for an example.
1216
* Deletions
1317
* The ``preparse``, ``postparsing_precmd``, and ``postparsing_postcmd`` methods *deprecated* in the previous release
1418
have been deleted

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Main Features
4040
- Trivial to provide built-in help for all commands
4141
- Built-in regression testing framework for your applications (transcript-based testing)
4242
- Transcripts for use with built-in regression can be automatically generated from `history -t`
43+
- Alerts that seamlessly print while user enters text at prompt
4344

4445
Python 2.7 support is EOL
4546
-------------------------

0 commit comments

Comments
 (0)