Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
fix: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 30, 2019
1 parent 0480e28 commit c8d11de
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions bin/cli/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,27 @@ module.exports = `
${chalk.bold('Options')}
--depth If set, limits how many levels of subdirectories will be traversed. ${chalk.gray(
'[default=undefined]'
)}
'[default=undefined]'
)}
--help Show this usage information
--host The host on which svr will run ${chalk.gray("[default='localhost']")}
--host The host on which svr will run ${chalk.gray(
"[default='localhost']"
)}
--ignore Ignore watching a file, directory, or glob ${chalk.gray(
'[default=.gitignore, pkg.ignore]'
)}
--poll Poll for code changes rather than using events ${chalk.gray('[default=false]')}
'[default=.gitignore, pkg.ignore]'
)}
--poll Poll for code changes rather than using events ${chalk.gray(
'[default=false]'
)}
--port Port to listen on ${chalk.gray('[default=3000]')}
--pwd A directory to start ${chalk.gray('[default=process.cwd()]')}
--pwd A directory to start ${chalk.gray(
'[default=process.cwd()]'
)}
--restart-signal Associate an UNIX signal to be emitted after restart is done
--version Output the version number
--watch Add more files than the project path to watch ${chalk.gray(
'[default=process.cwd()]'
)}
'[default=process.cwd()]'
)}
${chalk.bold('Examples')}
Expand Down

0 comments on commit c8d11de

Please sign in to comment.