mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +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 {
|
||||
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.
|
||||
|
Reference in New Issue
Block a user