We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97609fd commit a8b38b1Copy full SHA for a8b38b1
1 file changed
docs/features/prompt.md
@@ -42,9 +42,11 @@ Alerts can interact with the CLI in two ways:
42
1. **Prompt Updates**: It can dynamically replace the text of the active prompt to reflect changing
43
state.
44
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.
+!!! note
+
+ 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.
50
51
### Terminal Window Management
52
0 commit comments