fix(core): update

This commit is contained in:
2020-10-05 10:33:08 +00:00
parent 74809bd8d4
commit e15a569391
8 changed files with 131 additions and 56 deletions

View File

@@ -4,7 +4,7 @@ import * as toolsInstall from './tools.install';
export const run = async () => {
const toolsCli = new plugins.smartcli.Smartcli();
toolsCli.addCommand('install').subscribe(async argvArg => {
toolsCli.addCommand('install').subscribe(async (argvArg) => {
toolsInstall.install('default');
});