1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-19 14:55:45 +02:00

Removed the trailing white spaces

This commit is contained in:
TheRootDaemon 2025-06-29 22:22:45 +05:30
parent 2a0b3cb3d9
commit 65a7fd75c3
3 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# fastapi
> Uvicorn을 내부적으로 사용하는 FastAPI 앱 실행용 CLI 도구.
> Uvicorn을 내부적으로 사용하는 FastAPI 앱 실행용 CLI 도구.
> 더 많은 정보: <https://fastapi.tiangolo.com/tutorial/cli/>.
- 자동 리로드를 사용하여 FastAPI 앱 실행 (개발용):

View file

@ -1,6 +1,6 @@
# fastapi
> 用于运行 FastAPI 应用的 CLI 工具,底层使用 Uvicorn。
> 用于运行 FastAPI 应用的 CLI 工具,底层使用 Uvicorn。
> 更多信息:<https://fastapi.tiangolo.com/tutorial/cli/>.
- 使用自动重新加载运行 FastAPI 应用(用于开发):

View file

@ -1,6 +1,6 @@
# 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/>.
- Run a FastAPI app with automatic reload (for development):
@ -26,4 +26,3 @@
- Display help for a subcommand:
`fastapi run --help`