fix(core): update

This commit is contained in:
2018-12-11 01:50:59 +01:00
parent 9466b3e473
commit c48e85897e
6 changed files with 433 additions and 194 deletions

View File

@ -116,7 +116,7 @@ export class Smartcli {
*/
addHelp(optionsArg: { helpText: string }) {
this.addCommand('help').subscribe(argvArg => {
plugins.smartlog.defaultLogger.info(optionsArg.helpText);
plugins.smartlog.defaultLogger.log('info', optionsArg.helpText);
});
}