Add CLI banner

This commit is contained in:
Jeremiah Lowin 2025-07-01 10:39:35 -04:00
commit 3a528d86a3
5 changed files with 176 additions and 5 deletions

View file

@ -46,6 +46,7 @@ This command runs the server directly in your current Python environment. You ar
| Host | `--host` | Host to bind to when using http transport (default: 127.0.0.1) |
| Port | `--port`, `-p` | Port to bind to when using http transport (default: 8000) |
| Log Level | `--log-level`, `-l` | Log level (DEBUG, INFO, WARNING, ERROR, CRITICAL) |
| No Banner | `--no-banner` | Disable the startup banner display |
#### Server Specification