This commit is contained in:
Rich Harris
2018-09-03 18:07:03 -04:00
parent 3ecc21c0d9
commit 160a2e2ede

View File

@@ -15,7 +15,7 @@ prog.command('dev')
.option('--hot', 'Use hot module replacement (requires webpack)', true)
.option('--live', 'Reload on changes if not using --hot', true)
.option('--bundler', 'Specify a bundler (rollup or webpack)')
.option('--stream', 'Stream logs, inside of boxing them', false)
.option('--stream', 'Stream logs, instead of boxing them', false)
.action(async (opts: {
port: number,
open: boolean,