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
Copy file name to clipboardexpand all lines: docs/reference/xlang-api/cpp-api.md
+134-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Validate code using schema and JSON/YAML data strings.
80
80
<details><summary>Example</summary>
81
81
<p>
82
82
83
-
```rust
83
+
```cpp
84
84
#include"kcl_lib.hpp"
85
85
#include<iostream>
86
86
@@ -113,3 +113,136 @@ int main()
113
113
114
114
</p>
115
115
</details>
116
+
117
+
### override_file
118
+
119
+
Override KCL file with arguments. See [https://www.kcl-lang.io/docs/user_docs/guides/automation](https://www.kcl-lang.io/docs/user_docs/guides/automation) for more override spec guide.
Copy file name to clipboardexpand all lines: i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/cpp-api.md
+134-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Validate code using schema and JSON/YAML data strings.
80
80
<details><summary>Example</summary>
81
81
<p>
82
82
83
-
```rust
83
+
```cpp
84
84
#include"kcl_lib.hpp"
85
85
#include<iostream>
86
86
@@ -113,3 +113,136 @@ int main()
113
113
114
114
</p>
115
115
</details>
116
+
117
+
### override_file
118
+
119
+
Override KCL file with arguments. See [https://www.kcl-lang.io/docs/user_docs/guides/automation](https://www.kcl-lang.io/docs/user_docs/guides/automation) for more override spec guide.
0 commit comments