Merge pull request #11920 from taosdata/fix/tsim

fix: make taos -c xx -C work
This commit is contained in:
Shengliang Guan 2022-04-27 11:46:55 +08:00 committed by GitHub
commit b5338f38c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ int main(int argc, char *argv[]) {
return 0;
}
taos_init();
if (shell.args.is_dump_config) {
shellDumpConfig();
taos_cleanup();