Skip to content

Commit d9a1cec

Browse files
authored
docs: open option (#3149)
1 parent d73213a commit d9a1cec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ Options:
9696
--setup-exit-signals Close and exit the process on SIGINT and SIGTERM.
9797
--no-setup-exit-signals Do not close and exit the process on SIGNIT and SIGTERM.
9898
--open [value] Open the default browser, or optionally specify a browser name.
99-
--open-page <value...> Open default browser with the specified page.
99+
--open-app <value...> Open specified browser.
100+
--open-target <value...> Open specified route in browser.
100101
--client-logging <value> Log level in the browser (none, error, warn, info, log, verbose).
101102
--history-api-fallback Fallback to /index.html for Single Page Applications.
102103
--no-history-api-fallback Do not fallback to /index.html for Single Page Applications.

bin/cli-flags.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ module.exports = {
152152
type: 'string',
153153
},
154154
],
155-
description: 'Open specified browser.',
155+
description: 'Open specified route in browser.',
156156
processor(opts) {
157157
opts.open = opts.open || {};
158158
opts.open.target = opts.openTarget;

0 commit comments

Comments
 (0)