Skip to content

Commit

Permalink
Merge pull request #65 from mvsde/master
Browse files Browse the repository at this point in the history
Added argument to CLI port
  • Loading branch information
avigoldman authored Feb 28, 2018
2 parents fb3f2b1 + f7c7990 commit 00fef92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/heml/src/bin/heml.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cli
.command('develop <file>')
.description('Develop your email locally.')
.option('--open', 'Open the email in your browser')
.option('-p, --port', 'Port for server', 3000)
.option('-p, --port <number>', 'Port for server', 3000)
.action(develop)

cli
Expand Down

0 comments on commit 00fef92

Please sign in to comment.