Skip to content

Commit

Permalink
cli: add --dev example
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Aug 20, 2018
1 parent 885cd7f commit 35394c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sirv-cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ sade('sirv')
.example('public --quiet --etag --maxage 31536000 --immutable')
.example('start public -qeim 31536000')
.example('--port 8080 --etag')
.example('my-app --dev')
.command('start [dir]', 'Start a static file server.', { default:true })
.option('-D, --dev', 'Enable "dev" mode')
.option('-e, --etag', 'Enable "Etag" header')
Expand Down

0 comments on commit 35394c0

Please sign in to comment.