Alpha BASIC 2 support #87

Merged
rodrigorodriguez merged 6 commits from master into master 2019-02-25 13:08:59 +00:00
Showing only changes of commit 6780551ea6 - Show all commits

View file

@ -165,7 +165,7 @@ cannot start or end with or contain consecutive dashes and having 4 to 42 charac
GBAdminService.GB_PROMPT GBAdminService.GB_PROMPT
}Due to this opened issue: https://github.com/Microsoft/botbuilder-tools/issues/550\n` }Due to this opened issue: https://github.com/Microsoft/botbuilder-tools/issues/550\n`
); );
process.stdout.write(`${GBAdminService.GB_PROMPT}Please enter your LUIS Authoring Key:`); process.stdout.write(`${GBAdminService.GB_PROMPT}Please enter your LUIS Authoring Key, get it here: https://www.luis.ai/user/settings and paste it to me:`);
authoringKey = scanf('%s').replace(/(\n|\r)+$/, ''); authoringKey = scanf('%s').replace(/(\n|\r)+$/, '');
} }