提交 9c447a34 编写于 作者: W wizardforcel

2020-07-26 18:48:12

上级 f77d0929
......@@ -91,7 +91,7 @@ function main() {
.version(pkg.version)
.arguments('<articleFile>', 'JSON file of article')
.option('-i, --imgs <imgDir>', 'image dir')
.option('-n, --name <name>', 'name of epub, default as the title of the first article')
.option('-n, --book-name <name>', 'name of epub, default as the title of the first article')
.option('-p, --path <path>', 'path of epub, default as the current dir')
.parse()
......@@ -118,7 +118,7 @@ function main() {
}
}
writeEpub(articles, imgs, args.name, args.path)
writeEpub(articles, imgs, args.bookName, args.path)
}
if(require.main === module) main()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册