mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
Add back call to normalize function for parsing command line options.
This commit is contained in:
@@ -94,7 +94,7 @@ module.exports = class extends Generator {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.props[prompt.name] = option;
|
this.props[prompt.name] = normalize(option, prompt);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// Provide Yeoman with the chain of promises so it will wait for answers.
|
// Provide Yeoman with the chain of promises so it will wait for answers.
|
||||||
|
Reference in New Issue
Block a user