fix(core): update
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user