From 63e2860dd2ac8b847ac47a1adc1c6826d3554236 Mon Sep 17 00:00:00 2001 From: BD103 <59022059+BD103@users.noreply.github.com> Date: Wed, 17 Nov 2021 17:54:32 +0000 Subject: [PATCH] chore: update README for rich routes --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f2a2326..7a2829b 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,14 @@ When Rich prints the lines of code which raised the error, how many lines around Whether to print the local variables with traceback. +#### `RICH_ROUTES: bool = True` + +Whether to add a new command that uses [Rich's tables](https://rich.readthedocs.io/en/latest/tables.html) to show all routes. (Activate with `flask rich-routes`.) + +#### `RICH_ROUTES_MODE: str = "table"` + +What mode the command is in. There is only one option: table. + ## Contributing PRs are welcome! You can setup your own copy of the source code with: