未验证 提交 b5338f38 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #11920 from taosdata/fix/tsim

fix: make taos -c xx -C work
...@@ -42,6 +42,8 @@ int main(int argc, char *argv[]) { ...@@ -42,6 +42,8 @@ int main(int argc, char *argv[]) {
return 0; return 0;
} }
taos_init();
if (shell.args.is_dump_config) { if (shell.args.is_dump_config) {
shellDumpConfig(); shellDumpConfig();
taos_cleanup(); taos_cleanup();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册