[frontend] Add --help=page option for paginated help output (#20961)

Signed-off-by: reidliu41 <reid201711@gmail.com>
This commit is contained in:
Reid
2025-07-15 15:42:00 +08:00
committed by GitHub
parent 37a7d5d74a
commit 68d28e37b0
2 changed files with 39 additions and 8 deletions

View File

@@ -37,6 +37,9 @@ Start the vLLM OpenAI Compatible API server.
# To search by keyword
vllm serve --help=max
# To view full help with pager (less/more)
vllm serve --help=page
```
## chat