update cli
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
import * as plugins from './npmg.plugins'
|
||||
import * as install from './npmg.install'
|
||||
import * as npmgInstall from './npmg.install'
|
||||
|
||||
let npmgSmartcli = new plugins.smartcli.Smartcli()
|
||||
|
||||
export let run = async () => {
|
||||
npmgSmartcli.addCommand('install').then(async (argvArg) => {
|
||||
|
||||
npmgInstall.install('default')
|
||||
})
|
||||
npmgSmartcli.startParse()
|
||||
}
|
Reference in New Issue
Block a user