qcobjects-cli
Advanced tools
Comparing version 0.1.23 to 0.1.24
@@ -278,3 +278,3 @@ /** | ||
this.program.on('command:*', function () { | ||
console.error('Invalid command: %s\nSee --help for a list of available commands.', program.args.join(' ')); | ||
console.error('Invalid command: %s\nSee --help for a list of available commands.', switchCommander.program.args.join(' ')); | ||
process.exit(1); | ||
@@ -281,0 +281,0 @@ }); |
{ | ||
"name": "qcobjects-cli", | ||
"version": "0.1.23", | ||
"version": "0.1.24", | ||
"description": "qcobjects cli command line tool", | ||
@@ -5,0 +5,0 @@ "main": "qcobjects-cli.js", |
@@ -35,2 +35,3 @@ #!/usr/bin/env node | ||
require('qcobjects'); | ||
logger.debugEnabled = false; | ||
const welcometo = 'Welcome to \n'; | ||
@@ -37,0 +38,0 @@ const instructions = ''; |
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
64387
1428