Skip to content

Commit ca517d0

Browse files
committed
feat(cli): allow 'browser' option from cli - fixes #552
1 parent 38d62c9 commit ca517d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/cli/opts.start.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"help": "Output usage information",
3-
"version": "utput the version number",
3+
"version": "Output the version number",
4+
"browser": "Choose which browser should be auto-opened",
45
"files": "File paths to watch",
56
"exclude": "File patterns to ignore",
67
"server": "Run a Local server (uses your cwd as the web root)",

0 commit comments

Comments
 (0)