You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/09/30 09:19:19 UTC

[GitHub] [iotdb] HTHou commented on a diff in pull request #7498: [IOTDB-4468] Add CLI special command in user guide

HTHou commented on code in PR #7498:
URL: https://github.com/apache/iotdb/pull/7498#discussion_r984392622


##########
docs/zh/UserGuide/QuickStart/Command-Line-Interface.md:
##########
@@ -90,6 +90,20 @@ Windows 系统启动命令如下:
 Shell > sbin\start-cli.bat -h 10.129.187.21 -p 6667 -u root -pw root -disableISO8601 -maxPRC 10
 ```
 
+### CLI 特殊命令
+下面列举了一些CLI的特殊命令。
+| 命令 | 描述 / 例子 |
+|:---|:---|
+| `set time_display_type=xxx` | 例如: long, default, ISO8601, yyyy-MM-dd HH:mm:ss |
+| `show time_display_type` | 显示时间显示方式 |
+| `set time_zone=xxx` | 例如: +08:00, Asia/Shanghai |
+| `show time_zone` | 显示CLI的时区 |
+| `set fetch_size=xxx` | 从服务器查询数据时设置读取条数 |

Review Comment:
   ```suggestion
   | `set fetch_size=xxx` | 设置从服务器查询数据时的读取条数 |
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org