@remote.it/virtual-devices
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -60,2 +60,9 @@ #!/usr/bin/env node | ||
// Error on unknown commands | ||
program.on('command:*', function() { | ||
console.log(`\nInvalid command: ${program.args.join(' ')}\n`) | ||
program.outputHelp() | ||
process.exit(1) | ||
}) | ||
// Print help output if no options or commands are given. | ||
@@ -62,0 +69,0 @@ if (!process.argv.slice(2).length) { |
{ | ||
"name": "@remote.it/virtual-devices", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "The purpose of this project is to be able to test Remote.it products and features with virtual devices. These virtual device are created from Docker containers with Alpine Linux base images and Connectd installed.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2522934
1674