Commit 62ff5eb2 authored by lipengcheng 's avatar lipengcheng

fse

parent 2804ec08
......@@ -13,7 +13,6 @@ program
.description(`create a new project`)
.option(`-f, --force`, `overwrite target direcrtory if it exists`)
.action((name, cmd) => {
console.log(`name:`, name);
require('../lib/create.js')(name, cmd)
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment