mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
optimizations for traceback
This commit is contained in:
parent
3a8ab02d78
commit
449c1fbb29
9 changed files with 3511 additions and 92 deletions
|
@ -104,7 +104,12 @@ To display a status message, call :meth:`~rich.console.Console.status` with the
|
|||
with console.status("Working...")
|
||||
do_work()
|
||||
|
||||
You can change the spinner animation via the ``spinner`` parameter. Run the following command to see the available choices::
|
||||
You can change the spinner animation via the ``spinner`` parameter::
|
||||
|
||||
with console.status("Monkeying around...", spinner="monkey"):
|
||||
do_work
|
||||
|
||||
Run the following command to see the available choices for ``spinner``::
|
||||
|
||||
python -m rich.spinner
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue