You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log("There is no work-in-progress folder and no further selection. Please use -t");
47
46
}
47
+
else{
48
48
49
-
if(options.help){
50
-
log.info("HELP: Your possibilities for the input: \n -h or --help for Help \n -f: to log all filenames, which get tested \n -a: for testing everything (including files, which aren't tutorials) \n -w & -t: for testing every tutorial in both folders \n -w: for testing all files in the work-in-progress folder \n -t: for testing all files in the tutorials folder \n -s: for dialog to choose specific tutorials \n -i: to give an filename behind with *\n to resctrict the scope: enter -w or/and -t \n -p: to turn off the progressbar ");
51
-
}
49
+
//if p flag is set it turns off the progressbar
50
+
if(options.progressbar){
51
+
inquirerprompt.turnoffprogressbar(true);
52
+
}
52
53
53
-
elseif(options.all){
54
-
//input flag a
55
-
inquirerprompt.readtutorialnames(function(){
56
-
inquirerprompt.readwipnames(function(){
57
-
inquirerprompt.readallfilenames(function(){
58
-
inquirerprompt.allfiles();
54
+
if(options.help){
55
+
log.info("HELP: Your possibilities for the input: \n -h or --help for Help \n -f: to log all filenames, which get tested \n -t: for testing all files in the tutorials folder \n -p: to turn off the progressbar ");
0 commit comments