add node version in very first log
This commit is contained in:
@@ -322,7 +322,7 @@ async function setup (options) {
|
|||||||
process.exit(0)
|
process.exit(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
consola.info(`📅 ${pkg.name} - v${pkg.version} - ${pkg.description}`)
|
consola.info(`📅 ${pkg.name} - v${pkg.version} - ${pkg.description} (nodejs: ${process.version})`)
|
||||||
|
|
||||||
require('yargs')
|
require('yargs')
|
||||||
.usage('Usage $0 <command> [options]')
|
.usage('Usage $0 <command> [options]')
|
||||||
|
|||||||
Reference in New Issue
Block a user