We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果把路径设置成 /Users/xxxxx/Desktop/,就会删除(替换)整个文件夹
async function exportGitbook(cid, { gitbook, rate}) { let intro = await gktimeService.getColumnIntro(cid); let menus = await gktimeService.getColumnMenus(cid, intro.article_count); // clear sh.rm('-rf', gitbook); ... }
The text was updated successfully, but these errors were encountered:
这属于用户体验更好的问题: 提示是否清空? 对我来说, 这只是一个小工具, 暂时没有精力投入到这种细节, 我在 README 上添加以下提示
如果你有精力, 可以提 PR 过来
Sorry, something went wrong.
MwumLi
No branches or pull requests
如果把路径设置成 /Users/xxxxx/Desktop/,就会删除(替换)整个文件夹
async function exportGitbook(cid, { gitbook, rate}) {
let intro = await gktimeService.getColumnIntro(cid);
let menus = await gktimeService.getColumnMenus(cid, intro.article_count);
// clear
sh.rm('-rf', gitbook);
...
}
The text was updated successfully, but these errors were encountered: