From 9351a12444fef33d8eafee74593df1323a6d4c0d Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Tue, 4 Sep 2018 14:12:12 -0400 Subject: [PATCH] add embarkJS to help --- lib/modules/console/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/modules/console/index.js b/lib/modules/console/index.js index 208b389a..137a5220 100644 --- a/lib/modules/console/index.js +++ b/lib/modules/console/index.js @@ -30,6 +30,7 @@ class Console { // will need to pass te current embark state here 'ipfs - ' + __('instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)'), 'web3 - ' + __('instantiated web3.js object configured to the current environment'), + 'EmbarkJS - ' + __('EmbarkJS static functions for Storage, Messages, Names, etc.'), 'quit - ' + __('to immediatly exit (alias: exit)'), '', __('The web3 object and the interfaces for the deployed contracts and their methods are also available')