mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-20 03:15:44 +02:00
Removed the trailing white spaces
This commit is contained in:
parent
2a0b3cb3d9
commit
65a7fd75c3
3 changed files with 3 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# fastapi
|
# fastapi
|
||||||
|
|
||||||
> Uvicorn을 내부적으로 사용하는 FastAPI 앱 실행용 CLI 도구.
|
> Uvicorn을 내부적으로 사용하는 FastAPI 앱 실행용 CLI 도구.
|
||||||
> 더 많은 정보: <https://fastapi.tiangolo.com/tutorial/cli/>.
|
> 더 많은 정보: <https://fastapi.tiangolo.com/tutorial/cli/>.
|
||||||
|
|
||||||
- 자동 리로드를 사용하여 FastAPI 앱 실행 (개발용):
|
- 자동 리로드를 사용하여 FastAPI 앱 실행 (개발용):
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# fastapi
|
# fastapi
|
||||||
|
|
||||||
> 用于运行 FastAPI 应用的 CLI 工具,底层使用 Uvicorn。
|
> 用于运行 FastAPI 应用的 CLI 工具,底层使用 Uvicorn。
|
||||||
> 更多信息:<https://fastapi.tiangolo.com/tutorial/cli/>.
|
> 更多信息:<https://fastapi.tiangolo.com/tutorial/cli/>.
|
||||||
|
|
||||||
- 使用自动重新加载运行 FastAPI 应用(用于开发):
|
- 使用自动重新加载运行 FastAPI 应用(用于开发):
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# fastapi
|
# fastapi
|
||||||
|
|
||||||
> CLI tool to run FastAPI apps which uses Uvicorn under the hood.
|
> CLI tool to run FastAPI apps which uses Uvicorn under the hood.
|
||||||
> More information: <https://fastapi.tiangolo.com/tutorial/cli/>.
|
> More information: <https://fastapi.tiangolo.com/tutorial/cli/>.
|
||||||
|
|
||||||
- Run a FastAPI app with automatic reload (for development):
|
- Run a FastAPI app with automatic reload (for development):
|
||||||
|
|
@ -26,4 +26,3 @@
|
||||||
- Display help for a subcommand:
|
- Display help for a subcommand:
|
||||||
|
|
||||||
`fastapi run --help`
|
`fastapi run --help`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue