Skip to content

Commit

Permalink
【支持qlexpress表达式】文档
Browse files Browse the repository at this point in the history
  • Loading branch information
taokan committed Feb 12, 2025
1 parent 0de1a3f commit ded1ca5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
9 changes: 8 additions & 1 deletion site/docs/doc/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
| print-parent-fields | true | 是否打印在 parent class 里的 filed |
| verbose | false | 是否打印更多详细信息 |
| strict | true | 是否启用 strict 模式 |

| express-type | ognl | 是否切换使用表达式ognl/qlexpress开关 |
| qlexpress-config | | qlexpress4的设置参数,更多信息关注https://github.com/alibaba/QLExpress |
## 查看所有的 options

```bash
Expand Down Expand Up @@ -62,6 +63,12 @@ $ options
n e ed to set object properties. Want to set o
bject properties, execute `options strict
false`
1 String express-type ognl Option to use ognl/ql Option to use ognl/qlexpress in commands,
express default ognl, can change to qlexpress.
1 String qlexpress-config `` config init when use config init when use qlexpress, with json
qlexpress, with json -simple, more information about https://
-simple github.com/alibaba/QLExpress

```

## 获取 option 的值
Expand Down
10 changes: 8 additions & 2 deletions site/docs/en/doc/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Global options
:::

| Name | Default Value | Description |
| ---------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ---------------------- | ------------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| unsafe | false | whether to enhance to system-level class. Use it with caution since JVM may hang |
| dump | false | whether to dump enhanced class to the external files. If it's on, enhanced class will be dumped into `/${application dir}/arthas-class-dump/`, the specific output path will be output in the console |
| batch-re-transform | true | whether to re-transform matched classes in batch |
Expand All @@ -19,7 +19,8 @@ Global options
| print-parent-fields | true | This option enables print files in parent class, default value true. |
| verbose | false | This option enables print verbose information |
| strict | true | whether to enable strict mode |

| express-type | ognl | Option to use ognl/qlexpress in commands, default ognl, can change to qlexpress |
| qlexpress-config | | Set the parameters for qlexpress4, for more information https://github.com/alibaba/QLExpress |
## View all options

```bash
Expand Down Expand Up @@ -62,6 +63,11 @@ $ options
n e ed to set object properties. Want to set o
bject properties, execute `options strict
false`
1 String express-type ognl Option to use ognl/ql Option to use ognl/qlexpress in commands,
express default ognl, can change to qlexpress.
1 String qlexpress-config `` config init when use config init when use qlexpress, with json
qlexpress, with json -simple, more information about https://
-simple github.com/alibaba/QLExpress
```

## Get special option value
Expand Down

0 comments on commit ded1ca5

Please sign in to comment.