Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
chore: update README for rich routes
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Nov 17, 2021
1 parent 9487351 commit 63e2860
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 63e2860

Please sign in to comment.