Specify default port and host for serve commands (#8624)

Merge pull request 8624
This commit is contained in:
Ben Keith 2021-05-14 16:31:07 -04:00 committed by GitHub
parent e91e9a3576
commit 579d0d9ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
- name: Local Server Port
description: Listen on the given port.
description: Listen on the given port. The default is `4000`.
option: "port: PORT"
flag: "-P, --port PORT"
- name: Local Server Hostname
description: Listen at the given hostname.
description: Listen at the given hostname. The default is `localhost`.
option: "host: HOSTNAME"
flag: "-H, --host HOSTNAME"