Skip to content

Commit

Permalink
docs: remove cli help message language setting
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jan 26, 2024
1 parent 033ebc5 commit 041394e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/reference/cli.md
Expand Up @@ -6,7 +6,7 @@ VuePress CLI is provided by [@vuepress/cli](https://www.npmjs.com/package/@vuepr

Run `vuepress --help` to get following help messages:

```bash
```
Usage:
$ vuepress <command> [options]
Expand Down Expand Up @@ -35,7 +35,7 @@ Set environment variable `DEBUG=vuepress*` to enable debug logs.

Start a development server to develop your VuePress site locally.

```bash
```
Usage:
$ vuepress dev [sourceDir]
Expand All @@ -62,7 +62,7 @@ Options set by CLI will override those options with the same name in your config

Build your VuePress site to static files, which are ready for [deployment](../guide/deployment.md).

```bash
```
Usage:
$ vuepress build [sourceDir]
Expand Down
6 changes: 3 additions & 3 deletions docs/zh/reference/cli.md
Expand Up @@ -6,7 +6,7 @@ VuePress 命令行接口是由 [@vuepress/cli](https://www.npmjs.com/package/@vu

执行 `vuepress --help` 来获取下列帮助信息:

```bash
```
Usage:
$ vuepress <command> [options]
Expand Down Expand Up @@ -35,7 +35,7 @@ VuePress 使用了 [debug](https://www.npmjs.com/package/debug) 模块。

启动一个开发服务器,在本地开发你的 VuePress 站点。

```bash
```
Usage:
$ vuepress dev [sourceDir]
Expand All @@ -62,7 +62,7 @@ Options:

将你的 VuePress 站点构建成静态文件,以便你进行后续[部署](../guide/deployment.md)

```bash
```
Usage:
$ vuepress build [sourceDir]
Expand Down

0 comments on commit 041394e

Please sign in to comment.