You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| save-result | false | whether to save execution result. All execution results will be saved to `~/logs/arthas-cache/result.log` when it's turned on|
15
-
| job-timeout | 1d | default timeout for background jobs. Background job will be terminated once it's timed out (i.e. 1d, 2h, 3m, 25s)|
15
+
| job-timeout | 1d | default timeout for background jobs. Background job will be terminated once it's timed out (i.e. 1d, 2h, 3m, 25s)| print-parent-fields | true | This option enables print files in parent class, default value true.|
16
16
17
17
18
18
@@ -33,7 +33,7 @@ $ options
33
33
1 bool batch-re-tr true Option to support This options enables to reTransform c
34
34
ean ansform batch reTransform lasses with batch mode.
35
35
Class
36
-
2 bool json-format true Option to support This option enables to format object
36
+
2 bool json-format false Option to support This option enables to format object
37
37
ean JSON format of obj output with JSON when -x option selec
38
38
ect output ted.
39
39
1 bool disable-sub false Option to control This option disable to include sub cl
@@ -51,6 +51,9 @@ $ options
51
51
ng out nit can be d, h, m, s for day, hour,
52
52
minute, second. 1d is one day in defa
53
53
ult
54
+
1 bool print-paren true Option to print al This option enables print files in pa
55
+
ean t-fields l fileds in parent rent class, default value true.
0 commit comments