thinkncollab-cli 0.0.89 → 0.0.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/index.js +3 -3
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -253,9 +253,9 @@ default:
|
|
|
253
253
|
console.log(" tnc-cli invite <email> Invite member to room");
|
|
254
254
|
console.log("");
|
|
255
255
|
|
|
256
|
-
console.log("Communication:");
|
|
257
|
-
console.log(" tnc-cli send Send message to room");
|
|
258
|
-
console.log("");
|
|
256
|
+
// console.log("Communication:");
|
|
257
|
+
// console.log(" tnc-cli send Send message to room");
|
|
258
|
+
// console.log("");
|
|
259
259
|
|
|
260
260
|
console.log("Utility:");
|
|
261
261
|
console.log(" tnc-cli help Show help information");
|