mirror of https://github.com/embarklabs/embark.git
chore(console): add new command descriptions to the help command
This commit is contained in:
parent
8b0d37ca9e
commit
5b6b582459
|
@ -78,6 +78,16 @@ class Console {
|
|||
"swarm - " + __("instantiated swarm-api object configured to the current environment (available if swarm is enabled)"),
|
||||
"web3 - " + __("instantiated web3.js object configured to the current environment"),
|
||||
"EmbarkJS - " + __("EmbarkJS static functions for Storage, Messages, Names, etc."),
|
||||
"token - " + __("Copies and prints the token for the cockpit"),
|
||||
"debug - " + __("Debug the last transaction or the transaction specified by a hash"),
|
||||
" next/n - " + __("During a debug, step over forward"),
|
||||
" previous/p - " + __("During a debug, step over back"),
|
||||
" var local/v l/vl - " + __("During a debug, display local variables"),
|
||||
" var global/v g/vg - " + __("During a debug, display global variables"),
|
||||
" var all/v a/va - " + __("During a debug, display all variables"),
|
||||
" var all/v a/va - " + __("During a debug, display all variables"),
|
||||
"log <process> on/off - " + __("Activate or deactivate the logs of a sub-process. Options: blockchain, "),
|
||||
"plugin install <package> - " + __("Installs a plugin in the Dapp. eg: plugin install embark-solc"),
|
||||
"quit - " + __("to immediatly exit (alias: exit)"),
|
||||
"",
|
||||
__("The web3 object and the interfaces for the deployed contracts and their methods are also available"),
|
||||
|
|
Loading…
Reference in New Issue