indentaion guides

This commit is contained in:
Will McGugan 2020-10-22 21:17:03 +01:00
parent cbac633ab3
commit be1b14d42b
11 changed files with 214 additions and 14 deletions

View file

@ -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))