mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-20 18:50:16 +00:00
Remove not used options
This commit is contained in:
parent
0aa151ee38
commit
87de044c06
@ -142,7 +142,6 @@ class Cmd {
|
||||
console() {
|
||||
program
|
||||
.command('console [environment]')
|
||||
.option('-p, --port [port]', __('port to run the dev webserver (default: %s)', '8000'))
|
||||
.option('-c, --client [client]', __('Use a specific ethereum client or simulator (supported: %s)', 'geth, testrpc'))
|
||||
.option('--no-color', __('no colors in case it\'s needed for compatbility purposes'))
|
||||
.option('--logfile [logfile]', __('filename to output logs (default: %s)', 'none'))
|
||||
@ -153,8 +152,6 @@ class Cmd {
|
||||
i18n.setOrDetectLocale(options.locale);
|
||||
embark.console({
|
||||
env: env || 'development',
|
||||
serverPort: options.port,
|
||||
serverHost: options.host,
|
||||
client: options.client || 'geth',
|
||||
locale: options.locale,
|
||||
logFile: options.logfile,
|
||||
|
Loading…
x
Reference in New Issue
Block a user