From ca517d0380602029c8aedad4a85b2cb0926c727c Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Sun, 12 Apr 2015 18:28:11 +0100 Subject: [PATCH] feat(cli): allow 'browser' option from cli - fixes #552 --- lib/cli/opts.start.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/cli/opts.start.json b/lib/cli/opts.start.json index 68c27f6b6..945bd403d 100644 --- a/lib/cli/opts.start.json +++ b/lib/cli/opts.start.json @@ -1,6 +1,7 @@ { "help": "Output usage information", - "version": "utput the version number", + "version": "Output the version number", + "browser": "Choose which browser should be auto-opened", "files": "File paths to watch", "exclude": "File patterns to ignore", "server": "Run a Local server (uses your cwd as the web root)",