Skip to content

Commit

Permalink
feat(cli): allow 'browser' option from cli - fixes #552
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Apr 12, 2015
1 parent 38d62c9 commit ca517d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cli/opts.start.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down

0 comments on commit ca517d0

Please sign in to comment.