Add console help for swarm command

This commit is contained in:
emizzle 2018-09-12 12:57:46 +10:00
parent 680db4d575
commit 5021d39cae
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class Console {
// TODO: only if the blockchain is actually active!
// will need to pass te current embark state here
'ipfs - ' + __('instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)'),
'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.'),
'quit - ' + __('to immediatly exit (alias: exit)'),