Skip to content

Commit e4eaf28

Browse files
committed
Add --url-base=PATH option to README.md
1 parent 71adfa5 commit e4eaf28

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
@@ -193,6 +193,7 @@ Options:
193193
--host=IP, -H IP: Specifies current host address that you can access via for HTTP and WS servers.
194194
--listen=IP, -l IP: Specifies listen address for HTTP and WS servers.
195195
--port=PORT, -p PORT: Specifies HTTP port. (0 for random port.)
196+
--url-base=PATH, -u PATH: Specifies URL base path. (Default: /)
196197
--readonly, -r: Makes code editor readonly. (Notice: This option is not related to security.)
197198
--workdir, -w: Specifies working directory.
198199
--plugin-dir, -P: Specifies plugins directory.
@@ -242,6 +243,10 @@ Specifies listen address for HTTP and WS servers.
242243

243244
Specifies HTTP port. (0 for random port.)
244245

246+
#### `--url-base=PATH`, `-u PATH`
247+
248+
Specifies URL base path. (Default: /)
249+
245250
#### `--readonly, -r`
246251

247252
Makes code editor readonly. (Notice: This option is not related to security.)

documentation/src/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ Options:
189189
--host=IP, -H IP: Specifies current host address that you can access via for HTTP and WS servers.
190190
--listen=IP, -l IP: Specifies listen address for HTTP and WS servers.
191191
--port=PORT, -p PORT: Specifies HTTP port. (0 for random port.)
192+
--url-base=PATH, -u PATH: Specifies URL base path. (Default: /)
192193
--readonly, -r: Makes code editor readonly. (Notice: This option is not related to security.)
193194
--workdir, -w: Specifies working directory.
194195
--plugin-dir, -P: Specifies plugins directory.
@@ -238,6 +239,10 @@ Specifies listen address for HTTP and WS servers.
238239

239240
Specifies HTTP port. (0 for random port.)
240241

242+
#### `--url-base=PATH`, `-u PATH`
243+
244+
Specifies URL base path. (Default: /)
245+
241246
#### `--readonly, -r`
242247

243248
Makes code editor readonly. (Notice: This option is not related to security.)

0 commit comments

Comments
 (0)