Document custom spinners in console.rst

This commit is contained in:
Maddy Guthridge 2025-07-13 02:10:23 +10:00
parent c708a8e477
commit e30e41f802
No known key found for this signature in database
GPG key ID: 7E0BC9B633D9B2D9

View file

@ -136,6 +136,10 @@ Run the following command to see the available choices for ``spinner``::
python -m rich.spinner
You can use a custom spinner by providing a dictionary with the following properties
* ``"interval"`` Intended time per frame of spinner
* ``"frames"`` Frames of the spinner. If this is a single ``str``, each character is a single frame. If a ``list[str]`` is given, each list element is a single frame.
Justify / Alignment
-------------------