Call the command if the global config directory is not created
This commit is contained in:
parent
340278836d
commit
506e1de49e
@ -44,7 +44,10 @@ function isSet(input) {
|
||||
*/
|
||||
function command(argv) {
|
||||
|
||||
console.log('This command is not implemented yet. It will be available in the next versions');
|
||||
// No global config
|
||||
if (!di.utility.isGlobalDirectoryCreated()) {
|
||||
require('./init.js').handler();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user