We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5bfef commit 9108219Copy full SHA for 9108219
common/view/finder.view.js
@@ -51,10 +51,8 @@ async function studyMode(baseDir = process.cwd()) {
51
52
await createQuestionByTitleSlug(singleChoice, baseDir)
53
}
54
- if (createMode === 'all') {
55
- console.log('暂不支持')
56
- // await getHot100QuestionListCode()
57
- }
+ if (createMode === 'all') console.log('暂不支持')
+ // await getHot100QuestionListCode()
58
59
60
async function keywordMode(baseDir = process.cwd()) {
0 commit comments