@okx_ai/okx-trade-cli 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -40,6 +40,14 @@ okx spot orders
40
40
  okx swap positions
41
41
  ```
42
42
 
43
+ ### Help
44
+
45
+ ```bash
46
+ okx --help
47
+ okx market --help
48
+ okx bot grid --help
49
+ ```
50
+
43
51
  ### Examples
44
52
 
45
53
  ```bash
package/README.zh-CN.md CHANGED
@@ -39,6 +39,14 @@ okx spot orders
39
39
  okx swap positions
40
40
  ```
41
41
 
42
+ ### 帮助信息
43
+
44
+ ```bash
45
+ okx --help
46
+ okx market --help
47
+ okx bot grid --help
48
+ ```
49
+
42
50
  ### 示例
43
51
 
44
52
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okx_ai/okx-trade-cli",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "OKX CLI - Command line tool for OKX exchange",
5
5
  "type": "module",
6
6
  "license": "MIT",