koatty_cli
Advanced tools
Comparing version 1.12.5 to 1.12.6
@@ -450,7 +450,7 @@ #!/usr/bin/env node | ||
if (helper.isEmpty(file)) { | ||
console.error('please input the config file path. use the default value: `-f ./dist/config/db.js`'); | ||
console.log('please input the config file path. use the default value: `-f ./dist/config/db.js`'); | ||
file = './dist/config/db.js'; | ||
} | ||
if (helper.isEmpty(key)) { | ||
console.error('please input the database config key. use the default value: `-k database`'); | ||
console.log('please input the database config key. use the default value: `-k database`'); | ||
key = 'database'; | ||
@@ -457,0 +457,0 @@ } |
{ | ||
"name": "koatty_cli", | ||
"version": "1.12.5", | ||
"version": "1.12.6", | ||
"description": "Koatty command line tool.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49472