Merge pull request #17297 from taosdata/feat/TD-17777-V30

fix(shell): remove TAB KEY usage introduction on windows
This commit is contained in:
Shengliang Guan 2022-10-11 18:52:13 +08:00 committed by GitHub
commit e081071b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1112,7 +1112,9 @@ int32_t shellExecute() {
#ifdef WEBSOCKET
if (!shell.args.restful && !shell.args.cloud) {
#endif
#ifndef WINDOWS
printfIntroduction();
#endif
shellGetGrantInfo();
#ifdef WEBSOCKET
}