We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd9b62 commit 9c395f3Copy full SHA for 9c395f3
src/cli/main.js
@@ -11,11 +11,6 @@ import singleFeatureProcess from './single-feature.js'
11
import multiFeatureProcess from './multi-feature.js'
12
13
14
-/**
15
- * TODO:
16
- *
17
- * - Just complete the program flow based on some print below [2/7]
18
- */
19
20
21
// Simplify std out from `console.log` into `print`
@@ -97,8 +92,6 @@ async function showGuide() {
97
92
98
93
99
94
100
-
101
102
95
async function runDemo() {
103
96
let files
104
try {
@@ -170,6 +163,8 @@ async function dataIdentification(data) {
170
163
'2. Multi feature'
171
164
]
172
165
})
166
+
167
+ console.clear()
173
168
174
169
switch (answers) {
175
case '1. Single feature':
0 commit comments