remove use of initConfig
This commit is contained in:
parent
da6956695d
commit
2a24c3cbf0
|
@ -313,10 +313,6 @@ class Cmd {
|
||||||
.description(__('generates documentation based on the smart contracts configured'))
|
.description(__('generates documentation based on the smart contracts configured'))
|
||||||
.action(function(env, options) {
|
.action(function(env, options) {
|
||||||
i18n.setOrDetectLocale(options.locale);
|
i18n.setOrDetectLocale(options.locale);
|
||||||
embark.initConfig(env || 'development', {
|
|
||||||
embarkConfig: 'embark.json',
|
|
||||||
interceptLogs: false
|
|
||||||
});
|
|
||||||
embark.graph({
|
embark.graph({
|
||||||
env: env || 'development',
|
env: env || 'development',
|
||||||
logFile: options.logfile,
|
logFile: options.logfile,
|
||||||
|
|
Loading…
Reference in New Issue