mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
indentaion guides
This commit is contained in:
parent
cbac633ab3
commit
be1b14d42b
11 changed files with 214 additions and 14 deletions
|
@ -16,4 +16,4 @@ DATA = {
|
|||
}
|
||||
console = Console()
|
||||
for w in range(130):
|
||||
console.print(Panel(Pretty(DATA), width=w))
|
||||
console.print(Panel(Pretty(DATA, indent_guides=True), width=w))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue