status-dev-cli
Advanced tools
Comparing version 2.1.0 to 2.1.1
10
index.js
@@ -91,5 +91,5 @@ #!/usr/bin/env node | ||
function printMan() { | ||
console.log(chalk.red("Cannot connect to Status")); | ||
console.error(chalk.red("Cannot connect to Status.")); | ||
console.log("1. Please, ensure that your device is connected to your computer;"); | ||
console.log("2. If it is connected, ensure that you're logged in and the debug mode is enabled"); | ||
console.log("2. If it is connected, ensure that you're logged in and the debug mode is enabled."); | ||
console.log(); | ||
@@ -114,3 +114,3 @@ console.log("Check our guide for more information:"); | ||
} else { | ||
console.log(chalk.green("DApp has been added succesfully")); | ||
console.log(chalk.green("DApp has been added succesfully.")); | ||
} | ||
@@ -135,3 +135,3 @@ }); | ||
} else { | ||
console.log(chalk.green("DApp has been removed succesfully")); | ||
console.log(chalk.green("DApp has been removed succesfully.")); | ||
} | ||
@@ -189,3 +189,3 @@ }); | ||
cli.on("*", function(command) { | ||
console.error("Unknown command " + command[0] + ". See --help for valid commands") | ||
console.error("Unknown command " + command[0] + ". See --help for valid commands.") | ||
}); | ||
@@ -192,0 +192,0 @@ |
{ | ||
"name": "status-dev-cli", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "CLI for Status", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
8851