Commit ee10adf3 by Jason Zhou

style modification

parent 60a55828
...@@ -92,10 +92,10 @@ program.parse(process.argv) ...@@ -92,10 +92,10 @@ program.parse(process.argv)
// default command when no params attached // default command when no params attached
if (_.isEmpty(program.args)) { if (_.isEmpty(program.args)) {
console.info(BANNER) console.log(BANNER)
console.info(chalk.cyanBright(`Version: v${VERSION}\n`)) colors.title(`Version: v${VERSION}\n`)
console.info( console.log(
`🐾 ${chalk.cyanBright( ` ${colors.title(
'Wildcat is a cli tool for accelerating webpack dev server of Bobcat.' 'Wildcat is a cli tool for accelerating webpack dev server of Bobcat.'
)}` )}`
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment