mirror of https://github.com/Textualize/rich.git
doc
This commit is contained in:
parent
0c34ddcb67
commit
5f3305ddd8
|
@ -1160,7 +1160,8 @@ class Console:
|
||||||
highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. Defaults to ``None``.
|
highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. Defaults to ``None``.
|
||||||
width (Optional[int], optional): Width of output, or ``None`` to auto-detect. Defaults to ``None``.
|
width (Optional[int], optional): Width of output, or ``None`` to auto-detect. Defaults to ``None``.
|
||||||
crop (Optional[bool], optional): Crop output to width of terminal. Defaults to True.
|
crop (Optional[bool], optional): Crop output to width of terminal. Defaults to True.
|
||||||
soft_wrap (bool, optional): Enable soft wrap mode which disables word wrapping and cropping of text. Defaults to False.
|
soft_wrap (bool, optional): Enable soft wrap mode which disables word wrapping and cropping of text or None for
|
||||||
|
Console default. Defaults to ``None``.
|
||||||
"""
|
"""
|
||||||
if not objects:
|
if not objects:
|
||||||
self.line()
|
self.line()
|
||||||
|
|
Loading…
Reference in New Issue