From 5b54e93cdfa818a6bf3e957360a1eb7078f59ccc Mon Sep 17 00:00:00 2001 From: PWZER Date: Fri, 15 Oct 2021 15:42:43 +0800 Subject: [PATCH] update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c56d4ad..51b7a74 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Only support Python3. - [Falcon](https://falcon.readthedocs.io/en/stable/) - [Bottle](https://bottlepy.org/docs/dev/) +You can print supported list use command `python3 -c "from swagger_ui import supported_list; print(supported_list)"` + > If you want to add supported frameworks, you can refer to [Flask Support](/swagger_ui/handlers/flask.py) or [Falcon Support](/swagger_ui/handlers/falcon.py), Implement the corresponding `handler` and `match` function. ## Usage