mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 18:18:22 +00:00
added command line tool
This commit is contained in:
parent
c0941251e0
commit
6910b7e12b
2 changed files with 24 additions and 31 deletions
|
@ -86,6 +86,10 @@ Because printing JSON is a common requirement, you may import ``print_json`` fro
|
|||
|
||||
from rich import print_json
|
||||
|
||||
You can also pretty print JSON via the command line with the following::
|
||||
|
||||
python -m rich.json cats.json
|
||||
|
||||
|
||||
Low level output
|
||||
----------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue