Skip to content

Commit

Permalink
chore: mark 0.4.0 feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan committed Apr 18, 2024
1 parent fc42469 commit 7970020
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/usage/core-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,17 @@ vfox current [<sdk-name>]
vfox c
```

## Cd
## Cd <Badge type="tip" text=">= 0.4.0" vertical="middle" />

Launch a shell in the VFOX_HOME or SDK directory.
Launch a shell in the `VFOX_HOME` or SDK directory.

**Usage**

```shell
vfox cd [options] [<sdk-name>]
```

`sdk-name`: SDK name, if not passed, default VFOX_HOME.
`sdk-name`: SDK name, if not passed, default `VFOX_HOME`.

**Options**

Expand Down
6 changes: 3 additions & 3 deletions docs/zh-hans/usage/core-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,17 @@ vfox current [<sdk-name>]
vfox c
```

## Cd
## Cd <Badge type="tip" text=">= 0.4.0" vertical="middle" />

在 VFOX_HOME 或 SDK 目录下启动 shell。
`VFOX_HOME` 或 SDK 目录下启动 shell。

**用法**

```shell
vfox cd [options] [<sdk-name>]
```

`sdk-name`: SDK 名称, 不传默认为 VFOX_HOME.
`sdk-name`: SDK 名称, 不传默认为 `VFOX_HOME`.

**选项**

Expand Down

0 comments on commit 7970020

Please sign in to comment.