Skip to content

Commit 7be3806

Browse files
committed
chore: Add documentation about
1 parent eb1e25b commit 7be3806

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ docsify serve [path] [--open false] [--port 3000]
9898
- Type: number
9999
- Default: `3000`
100100
- Description: Choose a listen port, defaults to `3000`.
101+
- `--host` option:
102+
- Shorthand: `-H`
103+
- Type: string
104+
- Default: `"localhost"`
105+
- Description: Choose a host to bind to, defaults to `"localhost"`.
101106

102107
### `generate` command
103108

docs/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ docsify serve [path] [--open false] [--port 3000]
8383
- Type: number
8484
- Default: `3000`
8585
- Description: Choose a listen port, defaults to `3000`.
86+
- `--host` option:
87+
- Shorthand: `-H`
88+
- Type: string
89+
- Default: `"localhost"`
90+
- Description: Choose a host to bind to, defaults to `"localhost"`.
8691

8792
### `generate` command
8893

0 commit comments

Comments
 (0)