Skip to content

Commit

Permalink
[docs] remove options that no longer exist in the CLI (#4187)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Mar 3, 2022
1 parent 54fc210 commit bcf51cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/docs/12-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Starts a development server. It accepts the following options:

- `-p`/`--port` — which port to start the server on
- `-o`/`--open` — open a browser tab once the server starts
- `-h`/`--host` — expose the server to the network.
- `-H`/`--https` — launch an HTTPS server using a self-signed certificate. Useful for testing HTTPS-only features on an external device
- `--host` — expose the server to the network.
- `--https` — launch an HTTPS server using a self-signed certificate. Useful for testing HTTPS-only features on an external device

> This command will fail if the specified (or default) port is unavailable. To use an alternative port instead of failing, set the [`config.kit.vite.server.strictPort`](/docs/configuration#vite) option to `false`.
Expand All @@ -37,8 +37,8 @@ Like `svelte-kit dev`, it accepts the following options:

- `-p`/`--port`
- `-o`/`--open`
- `-h`/`--host`
- `-H`/`--https`
- `--host`
- `--https`

### svelte-kit package

Expand Down

0 comments on commit bcf51cb

Please sign in to comment.