File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,11 @@ Alerts can interact with the CLI in two ways:
42421 . ** Prompt Updates** : It can dynamically replace the text of the active prompt to reflect changing
4343 state.
4444
45- > ** Note** : To ensure the user interface remains accurate, a prompt update is ignored if the alert
46- > was created before the active prompt started. This prevents older alerts from overwriting a newer
47- > prompt, though the alert's message will still be printed.
45+ !!! note
46+
47+ To ensure the user interface remains accurate, a prompt update is ignored if the alert
48+ was created before the current prompt was rendered. This prevents older alerts from overwriting a newer
49+ prompt, though the alert's message will still be printed.
4850
4951### Terminal Window Management
5052
You can’t perform that action at this time.
0 commit comments