-p, --print | Print console markup. See https://rich.readthedocs.io/en/latest/markup.html |
-u, --rule | Display a horizontal rule |
-j, --json | Display as JSON |
-m, --markdown | Display as markdown |
--rst | Display restructured text |
--csv | Display CSV as a table |
--ipynb | Display Jupyter notebook |
--syntax | Syntax highlighting |
--inspect | Inspect a python object |
-h, --head <lines> | Display first LINES of the file |
-t, --tail <lines> | Display last LINES of the file |
--emoji | Enable emoji code. e.g. :sparkle: |
-l, --left | Align to left |
-r, --right | Align to right |
-c, --center | Align to center |
-L, --text-left | Justify text to left |
-R, --text-right | Justify text to right |
-C, --text-center | Justify text to center |
-F, --text-full | Justify text to both left and right edges |
--soft | Enable soft wrapping of text |
-e, --expand | Expand to full width |
-w, --width <size> | Fit output to SIZE characters |
-W, --max-width <size> | Set maximum width to SIZE characters |
-s, --style <style> | Set text style to STYLE |
--rule-style <style> | Set rule style to STYLE |
--rule-char <character> | Use CHARACTER to generate a line with --rule |
-d, --padding <top,right,bottom,left> | Padding around output. 1, 2 or 4 comma separated integers, e.g. 2,4 |
-a, --panel <box> | Set panel type to BOX |
-S, --panel-style <style> | Set the panel style to STYLE |
--theme <theme> | Set syntax theme to THEME. See https://pygments.org/styles/ |
-n, --line-numbers | Enable line number in syntax |
-g, --guides | Enable indentation guides in syntax highlighting |
-x, --lexer <lexer> | Use LEXER for syntax highlighting. See https://pygments.org/docs/lexers/ |
-y, --hyperlinks | Render hyperlinks in markdown |
--no-wrap | Don't word wrap syntax highlighted files |
--title <text> | Set panel title to TEXT |
--caption <text> | Set panel caption to TEXT |
--force-terminal | Force terminal output when not writing to a terminal |
-o, --export-html <path> | Write HTML to PATH |
--export-svg <path> | Write SVG to PATH |
--pager | Display in an interactive pager |
-v, --version | Print version and exit |
--help | Show this message and exit |