Skip to content

Commit

Permalink
chore: remove un-used code
Browse files Browse the repository at this point in the history
  • Loading branch information
Peefy committed Sep 22, 2023
1 parent 8ca9bd2 commit 9603dc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,20 +148,6 @@ app:
app: app
```

执行如下命令

```bash
kcl main.k -O config.x-
```

输出结果为:

```yaml
config:
x: 1
y: s
```

### 3. 使用 KCL API 进行自动化

此外,我们还可以通过[多语言 API](/docs/reference/xlang-api/overview) 自动修改配置属性
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,20 +148,6 @@ app:
app: app
```

执行如下命令

```bash
kcl main.k -O config.x-
```

输出结果为:

```yaml
config:
x: 1
y: s
```

### 3. 使用 KCL API 进行自动化

此外,我们还可以通过[多语言 API](/docs/reference/xlang-api/overview) 自动修改配置属性
Expand Down

0 comments on commit 9603dc8

Please sign in to comment.